Commit ccd755c2 authored by Robert Richter's avatar Robert Richter

OProfile: Rename IBS sysfs dir into "ibs_op"

The new name is now more close to those used in the spec.
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 2d55a478
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment