/openbmc/linux/fs/proc/ |
H A D | Makefile | 3 # Makefile for the Linux proc filesystem routines. 6 obj-y += proc.o 9 proc-y := nommu.o task_nommu.o 10 proc-$(CONFIG_MMU) := task_mmu.o 12 proc-y += inode.o root.o base.o generic.o array.o \ 14 proc-$(CONFIG_TTY) += proc_tty.o 15 proc-y += cmdline.o 16 proc-y += consoles.o 17 proc-y += cpuinfo.o 18 proc-y += devices.o [all …]
|
H A D | Kconfig | 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 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 205 # proc = yes 247 [plugin:proc:/proc/net/dev] 251 [plugin:proc] 252 # /proc/net/dev = yes 253 # /proc/pagetypeinfo = no 254 # /proc/spl/kstat/zfs/pool/state = no 255 # /proc/stat = yes 256 # /proc/uptime = yes 257 # /proc/loadavg = yes 258 # /proc/sys/fs/file-nr = yes [all …]
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 15 * 1) proc->outer_lock : protects binder_ref 21 * 3) proc->inner_lock : protects the thread and node lists 22 * (proc->threads, proc->waiting_threads, proc->nodes) 24 * (proc->todo, thread->todo, proc->delivered_death and 37 * foo_ilocked() : requires proc->inner_lock 38 * foo_oilocked(): requires proc->outer_lock and proc->inner_lock 39 * foo_nilocked(): requires node->lock and proc->inner_lock 93 DEFINE_SHOW_ATTRIBUTE(proc); 264 * @proc: struct binder_proc to acquire 266 * Acquires proc->outer_lock. Used to protect binder_ref [all …]
|
H A D | binder_internal.h | 147 * There are separate work lists for proc, thread, and node (async). 176 * (protected by @proc->inner_lock) 177 * @rb_node: element for proc->nodes tree 178 * (protected by @proc->inner_lock) 181 * @proc: binder_proc that owns this node 187 * (protected by @proc->inner_lock if @proc 190 * (protected by @proc->inner_lock if @proc 193 * (protected by @proc->inner_lock if @proc 196 * (protected by @proc->inner_lock while @proc 198 * if @proc is NULL. During inc/dec and node release [all …]
|
/openbmc/linux/arch/arm/mm/ |
H A D | Makefile | 19 obj-$(CONFIG_MODULES) += proc-syms.o 66 obj-$(CONFIG_CPU_ARM7TDMI) += proc-arm7tdmi.o 67 obj-$(CONFIG_CPU_ARM720T) += proc-arm720.o 68 obj-$(CONFIG_CPU_ARM740T) += proc-arm740.o 69 obj-$(CONFIG_CPU_ARM9TDMI) += proc-arm9tdmi.o 70 obj-$(CONFIG_CPU_ARM920T) += proc-arm920.o 71 obj-$(CONFIG_CPU_ARM922T) += proc-arm922.o 72 obj-$(CONFIG_CPU_ARM925T) += proc-arm925.o 73 obj-$(CONFIG_CPU_ARM926T) += proc-arm926.o 74 obj-$(CONFIG_CPU_ARM940T) += proc-arm940.o [all …]
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | .gitignore | 5 /proc-fsconfig-hidepid 6 /proc-loadavg-001 7 /proc-multiple-procfs 8 /proc-empty-vm 9 /proc-pid-vm 10 /proc-self-map-files-001 11 /proc-self-map-files-002 12 /proc-self-syscall 13 /proc-self-wchan 14 /proc-subset-pid [all …]
|
H A D | Makefile | 10 TEST_GEN_PROGS += proc-loadavg-001 11 TEST_GEN_PROGS += proc-empty-vm 12 TEST_GEN_PROGS += proc-pid-vm 13 TEST_GEN_PROGS += proc-self-map-files-001 14 TEST_GEN_PROGS += proc-self-map-files-002 15 TEST_GEN_PROGS += proc-self-syscall 16 TEST_GEN_PROGS += proc-self-wchan 17 TEST_GEN_PROGS += proc-subset-pid 18 TEST_GEN_PROGS += proc-tid0 19 TEST_GEN_PROGS += proc-uptime-001 [all …]
|
H A D | proc-self-map-files-001.c | 16 /* Test readlink /proc/self/map_files/... */ 65 pass("/proc/self/map_files/%lx-%lx", a, b); in main() 66 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 67 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 68 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 69 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 70 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 71 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 73 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 74 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() [all …]
|
H A D | proc-self-map-files-002.c | 16 /* Test readlink /proc/self/map_files/... with minimum address. */ 77 pass("/proc/self/map_files/%lx-%lx", a, b); in main() 78 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 79 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 80 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 81 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 82 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 83 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 85 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 86 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() [all …]
|
/openbmc/linux/fs/dlm/ |
H A D | user.c | 147 /* should held proc->asts_spin lock */ 200 struct dlm_user_proc *proc; in dlm_user_add_ast() local 222 proc = ua->proc; in dlm_user_add_ast() 230 spin_lock(&proc->asts_spin); in dlm_user_add_ast() 235 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 240 list_add_tail(&lkb->lkb_cb_list, &proc->asts); in dlm_user_add_ast() 241 wake_up_interruptible(&proc->wait); in dlm_user_add_ast() 249 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 253 spin_lock(&proc->locks_spin); in dlm_user_add_ast() 258 spin_unlock(&proc->locks_spin); in dlm_user_add_ast() [all …]
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | procfs.c | 39 char path[] = "/proc/self/ns/time_for_children"; in init_namespaces() 71 FILE *proc; in read_proc_uptime() local 73 proc = fopen("/proc/uptime", "r"); in read_proc_uptime() 74 if (proc == NULL) { in read_proc_uptime() 75 pr_perror("Unable to open /proc/uptime"); in read_proc_uptime() 79 if (fscanf(proc, "%lu.%02lu", &up_sec, &up_nsec) != 2) { in read_proc_uptime() 84 pr_err("failed to parse /proc/uptime"); in read_proc_uptime() 87 fclose(proc); in read_proc_uptime() 96 FILE *proc; in read_proc_stat_btime() local 99 proc = fopen("/proc/stat", "r"); in read_proc_stat_btime() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,rpm-proc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,rpm-proc.yaml# 18 | RPM subsystem (qcom,rpm-proc) | 69 - qcom,apq8084-rpm-proc 70 - qcom,ipq6018-rpm-proc 71 - qcom,ipq9574-rpm-proc 72 - qcom,mdm9607-rpm-proc 73 - qcom,msm8226-rpm-proc 74 - qcom,msm8610-rpm-proc 75 - qcom,msm8909-rpm-proc 76 - qcom,msm8916-rpm-proc [all …]
|
/openbmc/linux/rust/macros/ |
H A D | quote.rs | 48 quote_spanned!(@proc tokens span $($tt)*); 52 (@proc $v:ident $span:ident) => {}; 53 (@proc $v:ident $span:ident #$id:ident $($tt:tt)*) => { 57 quote_spanned!(@proc $v $span $($tt)*); 59 (@proc $v:ident $span:ident #(#$id:ident)* $($tt:tt)*) => { 65 quote_spanned!(@proc $v $span $($tt)*); 67 (@proc $v:ident $span:ident ( $($inner:tt)* ) $($tt:tt)*) => { 69 quote_spanned!(@proc tokens $span $($inner)*); 74 quote_spanned!(@proc $v $span $($tt)*); 76 (@proc $v:ident $span:ident [ $($inner:tt)* ] $($tt:tt)*) => { [all …]
|
/openbmc/linux/tools/testing/selftests/livepatch/ |
H A D | test-livepatch.sh | 13 # - load a livepatch that modifies the output from /proc/cmdline and 21 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH: this has been live patched" ]] ; then 29 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH: this has been live patched" ]] ; then 48 # - load a livepatch that modifies the output from /proc/cmdline and 58 grep 'live patched' /proc/cmdline > /dev/kmsg 59 grep 'live patched' /proc/meminfo > /dev/kmsg 63 grep 'live patched' /proc/cmdline > /dev/kmsg 64 grep 'live patched' /proc/meminfo > /dev/kmsg 69 grep 'live patched' /proc/cmdline > /dev/kmsg 70 grep 'live patched' /proc/meminfo > /dev/kmsg [all …]
|
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_proc.c | 24 *width = isp_dev->proc.mbus_format.width; in sun6i_isp_proc_dimensions() 26 *height = isp_dev->proc.mbus_format.height; in sun6i_isp_proc_dimensions() 112 struct sun6i_isp_proc *proc = &isp_dev->proc; in sun6i_isp_proc_enable() local 118 if (source == &proc->source_csi0) in sun6i_isp_proc_enable() 142 struct v4l2_mbus_framefmt *mbus_format = &isp_dev->proc.mbus_format; in sun6i_isp_proc_configure() 170 struct sun6i_isp_proc *proc = &isp_dev->proc; in sun6i_isp_proc_s_stream() local 171 struct media_pad *local_pad = &proc->pads[SUN6I_ISP_PROC_PAD_SINK_CSI]; in sun6i_isp_proc_s_stream() 189 if (source_subdev == proc->source_csi0.subdev) in sun6i_isp_proc_s_stream() 190 source = &proc->source_csi0; in sun6i_isp_proc_s_stream() 192 source = &proc->source_csi1; in sun6i_isp_proc_s_stream() [all …]
|
/openbmc/openpower-hw-diags/test/ |
H A D | pdbg-test.dts | 18 compatible = "ibm,power-proc", "ibm,power10-proc"; 25 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0"; 39 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/nx-0"; 47 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/occ-0"; 57 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-1"; 67 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-12"; 76 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0"; 85 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0"; 94 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0/mcc-0"; 103 … ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0/mcc-0/omi-0"; [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 4 The /proc Filesystem 8 /proc/sys Terrehon Bowden <terrehon@pacbell.net>, October 7 1999 11 move /proc/sys Shen Feng <shen@cn.fujitsu.com> April 1 2009 26 1.3 IDE devices in /proc/ide 27 1.4 Networking info in /proc/net 29 1.6 Parallel port info in /proc/parport 30 1.7 TTY info in /proc/tty 31 1.8 Miscellaneous kernel statistics in /proc/stat 37 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer 39 3.2 /proc/<pid>/oom_score - Display current oom-killer score [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | sysfs.sh | 17 if [ -e /proc ] && ! [ -e /proc/mounts ]; then 18 mount -t proc proc /proc 21 if [ -e /sys ] && grep -q sysfs /proc/filesystems && ! [ -e /sys/class ]; then 25 if [ -e /sys/kernel/debug ] && grep -q debugfs /proc/filesystems; then 29 if [ -e /sys/kernel/config ] && grep -q configfs /proc/filesystems; then 33 if [ -e /sys/firmware/efi/efivars ] && grep -q efivarfs /proc/filesystems; then 37 if ! [ -e /dev/zero ] && [ -e /dev ] && grep -q devtmpfs /proc/filesystems; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 13 proc.h | 1 + 31 @@ -314,6 +314,14 @@ int arch_process_exec(struct process *proc); 50 @@ -1131,6 +1131,14 @@ populate_symtab(struct process *proc, const char *filename, 63 read_module(struct library *lib, struct process *proc, 65 @@ -1151,6 +1159,10 @@ read_module(struct library *lib, struct process *proc, 67 proc->e_machine = lte.ehdr.e_machine; 68 proc->e_class = lte.ehdr.e_ident[EI_CLASS]; 72 + proc->e_abi = arch_get_abi(lte.ehdr); 73 get_arch_dep(proc); 76 diff --git a/proc.h b/proc.h [all …]
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | common_io.rst | 24 An ignored device can be un-ignored later; see the "/proc entries"-section for 54 /proc entries 57 * /proc/cio_ignore 61 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 68 - echo free 0.0.0030-0.0.0032 > /proc/cio_ignore 71 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device 73 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 81 /proc/cio_ignore; "add <device range>, <device range>, ..." will ignore the 91 "echo add 0.0.a000-0.0.accc, 0.0.af00-0.0.afff > /proc/cio_ignore" 98 "echo purge > /proc/cio_ignore" [all …]
|
/openbmc/qemu/rust/ |
H A D | Cargo.lock | 28 "proc-macro-error", 29 "proc-macro2", 60 name = "proc-macro-error" 65 "proc-macro-error-attr", 66 "proc-macro2", 72 name = "proc-macro-error-attr" 77 "proc-macro2", 83 name = "proc-macro2" 103 "proc-macro2", 114 "proc-macro2", [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | call_stack.tcl | 8 proc get_file_proc_names { file_path { name_regex "" } } { 10 # Get all proc names from the file indicated by file_path and return them as a list. 13 # file_path The path to the file whose proc names are to be retrieved. 19 # TCL proc lines begin with... 21 # - The "proc" keyword... 23 set proc_regex "^\[ \]*proc\[ \]+" 32 proc get_stack_var { var_name { default {} } { init_stack_ix 1 } } { 52 proc get_stack_var_level { var_name { init_stack_ix 1 } { fail_on_err 1 } } { 61 …l_on_err Indicates that if the variable cannot be found on the stack, this proc 83 proc get_stack_proc_name { { level -1 } { include_args 0 } } { [all …]
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | oss-emulation.rst | 33 /proc/asound/oss/sndstat. This shows in the same syntax of 35 On ALSA, you can symlink /dev/sndstat to this proc file. 37 Please note that the devices listed in this proc file appear only 129 writing a command to the proc file. There is a proc file for each PCM 130 stream, ``/proc/asound/cardX/pcmY[cp]/oss``, where X is the card number 132 playback and ``c`` for capture, respectively. Note that this proc file 171 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss 177 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss 179 The permission of proc files depend on the module options of snd. 202 You can check the currently defined configuration by reading the proc [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | sysctl.h | 74 /* /proc/sys/fs/inotify/ */ 228 /* /proc/sys/kernel/random */ 239 /* /proc/sys/kernel/pty */ 246 /* /proc/sys/bus/isa */ 254 /* /proc/sys/net/core */ 281 /* /proc/sys/net/ethernet */ 283 /* /proc/sys/net/802 */ 285 /* /proc/sys/net/unix */ 294 /* /proc/sys/net/netfilter */ 331 /* /proc/sys/net/ipv4 */ [all …]
|