mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:30:53 +07:00
OProfile: Rename IBS sysfs dir into "ibs_op"
The new name is now more close to those used in the spec. Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
parent
2d55a47882
commit
ccd755c2d9
@ -503,7 +503,7 @@ static int setup_ibs_files(struct super_block * sb, struct dentry * root)
|
||||
oprofilefs_create_ulong(sb, dir, "rand_enable",
|
||||
&ibs_config.rand_en);
|
||||
|
||||
dir = oprofilefs_mkdir(sb, root, "ibs_uops");
|
||||
dir = oprofilefs_mkdir(sb, root, "ibs_op");
|
||||
oprofilefs_create_ulong(sb, dir, "enable",
|
||||
&ibs_config.op_enabled);
|
||||
oprofilefs_create_ulong(sb, dir, "max_count",
|
||||
|
Loading…
Reference in New Issue
Block a user