Re: [PATCH] Doc: Update the naming of profiling based on sysfs

2012-12-03 Thread Jiri Kosina
On Mon, 3 Dec 2012, Hyeonjun Lim wrote: > We setup and run 'profiling' feature under Linux system. > The readprofile(1) command uses the /proc/profile information > to display ascii data on standard output. > sort -nr | head -5 > > /proc/profile correctly. The ./kernel/ksysfs.c defines 'profiling

[PATCH] Doc: Update the naming of profiling based on sysfs

2012-12-02 Thread Hyeonjun Lim
We setup and run 'profiling' feature under Linux system. The readprofile(1) command uses the /proc/profile information to display ascii data on standard output. sort -nr | head -5 /proc/profile correctly. The ./kernel/ksysfs.c defines 'profiling' w/o 'profile' like "KERNEL_ATTR_RW(profiling)". We