Lines Matching refs:proc
2 bool "/proc file system support" if EXPERT
11 It's totally cool; for example, "cat /proc/interrupts" gives
17 information about your system gathered from the /proc file system.
19 Before you can use the /proc file system, it has to be mounted,
21 That location should be /proc. A command such as "mount -t proc proc
22 /proc" or the equivalent line in /etc/fstab does the job.
24 The /proc file system is explained in the file
25 <file:Documentation/filesystems/proc.txt> and on the proc(5) manpage
26 ("man 5 proc").
32 bool "/proc/kcore support" if !ARM
40 bool "/proc/vmcore support"
47 bool "Sysctl support (/proc/sys)" if EXPERT
55 interface is through /proc/sys. If you say Y here a tree of
57 /proc/sys directory. They are explained in the files
68 bool "Enable /proc page monitoring" if EXPERT
70 Various /proc files exist to monitor process memory utilization:
71 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
72 /proc/kpagecount, and /proc/kpageflags. Disabling these
76 bool "Include /proc/<pid>/task/<tid>/children file"
80 <file:Documentation/filesystems/proc.txt> for more information.