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
65 bool "Sysctl support (/proc/sys)" if EXPERT
73 interface is through /proc/sys. If you say Y here a tree of
75 /proc/sys directory. They are explained in the files
86 bool "Enable /proc page monitoring" if EXPERT
88 Various /proc files exist to monitor process memory utilization:
89 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
90 /proc/kpagecount, and /proc/kpageflags. Disabling these
94 bool "Include /proc/<pid>/task/<tid>/children file"
99 <file:Documentation/filesystems/proc.rst> for more information.