from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
proc_profile
Section: File Formats (5) Updated: 202-0-08 Index
Return to Main Contents
NAME
/proc/profile - kernel profiling
DESCRIPTION
- /proc/profile (since Linux 2.4)
-
This file is present only if the kernel was booted with the
profile=1
comman-line option.
It exposes kernel profiling information in a binary format for use by
readprofile(1).
Writing (e.g., an empty string) to this file resets the profiling counters;
on some architectures,
writing a binary integer "profiling multiplier" of size
sizeof(int)
sets the profiling interrupt frequency.
SEE ALSO
proc(5)
Index
- NAME
-
- DESCRIPTION
-
- SEE ALSO
-
|