mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ static int setup_ibs_files(struct super_block * sb, struct dentry * root)
|
||||||
oprofilefs_create_ulong(sb, dir, "rand_enable",
|
oprofilefs_create_ulong(sb, dir, "rand_enable",
|
||||||
&ibs_config.rand_en);
|
&ibs_config.rand_en);
|
||||||
|
|
||||||
dir = oprofilefs_mkdir(sb, root, "ibs_uops");
|
dir = oprofilefs_mkdir(sb, root, "ibs_op");
|
||||||
oprofilefs_create_ulong(sb, dir, "enable",
|
oprofilefs_create_ulong(sb, dir, "enable",
|
||||||
&ibs_config.op_enabled);
|
&ibs_config.op_enabled);
|
||||||
oprofilefs_create_ulong(sb, dir, "max_count",
|
oprofilefs_create_ulong(sb, dir, "max_count",
|
||||||
|
|
Loading…
Add table
Reference in a new issue