Lines Matching full:proc
3 bool "/proc file system support" if EXPERT
12 It's totally cool; for example, "cat /proc/interrupts" gives
18 information about your system gathered from the /proc file system.
20 Before you can use the /proc file system, it has to be mounted,
22 That location should be /proc. A command such as "mount -t proc proc
23 /proc" or the equivalent line in /etc/fstab does the job.
25 The /proc file system is explained in the file
26 <file:Documentation/filesystems/proc.rst> and on the proc(5) manpage
27 ("man 5 proc").
33 bool "/proc/kcore support" if !ARM
42 bool "/proc/vmcore support"
61 as ELF notes to /proc/vmcore. You can still disable device
84 bool "Sysctl support (/proc/sys)" if EXPERT
91 interface is through /proc/sys. If you say Y here a tree of
93 /proc/sys directory. They are explained in the files
104 bool "Enable /proc page monitoring" if EXPERT
106 Various /proc files exist to monitor process memory utilization:
107 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
108 /proc/kpagecount, and /proc/kpageflags. Disabling these
112 bool "Include /proc/<pid>/task/<tid>/children file"
117 <file:Documentation/filesystems/proc.rst> for more information.