| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 274 * procfs_is_workload_pid - check if a procfs entry contains a comm_prefix* comm 276 * Check if the procfs entry is a directory of a process, and then check if the 332 * This function uses procfs to list the currently running threads and then set the 340 DIR *procfs; in set_comm_sched_attr() 350 procfs = opendir("/proc"); in set_comm_sched_attr() 351 if (!procfs) { in set_comm_sched_attr() 352 err_msg("Could not open procfs\n"); in set_comm_sched_attr() 356 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr() 378 closedir(procfs); in get_long_ns_after_colon() 889 DIR *procfs; in set_comm_cgroup() 338 DIR *procfs; set_comm_sched_attr() local 859 DIR *procfs; set_comm_cgroup() local [all...] |
| /linux/tools/testing/selftests/timens/ |
| H A D | .gitignore | 7 procfs
|
| H A D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
|
| /linux/arch/m68k/ |
| H A D | Kconfig | 106 bool "Export bootinfo in procfs" 110 "bootinfo" file in procfs. This is useful with kexec.
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | procfs-i8k | 9 the procfs interface is deprecated.
|
| /linux/drivers/parport/ |
| H A D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 81 static struct kfd_procfs_tree procfs; variable 381 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init() 382 if (!procfs.kobj) in kfd_procfs_init() 385 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init() 396 if (procfs.kobj) { in kfd_procfs_shutdown() 397 kobject_del(procfs.kobj); in kfd_procfs_shutdown() 398 kobject_put(procfs.kobj); in kfd_procfs_shutdown() 399 procfs.kobj = NULL; in kfd_procfs_shutdown() 845 procfs.kobj, "%d", in kfd_create_process_sysfs() 969 if (!procfs.kobj) in kfd_create_process()
|
| /linux/kernel/module/ |
| H A D | Makefile | 20 obj-$(CONFIG_PROC_FS) += procfs.o
|
| /linux/tools/testing/selftests/proc/ |
| H A D | .gitignore | 9 /proc-multiple-procfs
|
| H A D | Makefile | 30 TEST_GEN_PROGS += proc-multiple-procfs
|
| /linux/tools/lib/api/fs/ |
| H A D | fs.h | 34 FS(procfs)
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 1673 if (cd->procfs) { in remove_cache_proc_entries() 1674 proc_remove(cd->procfs); in remove_cache_proc_entries() 1675 cd->procfs = NULL; in remove_cache_proc_entries() 1688 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries() 1689 if (cd->procfs == NULL) in create_cache_proc_entries() 1693 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries() 1698 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries() 1704 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
|
| /linux/Documentation/ABI/testing/ |
| H A D | procfs-smaps_rollup | 15 and the procfs man page.
|
| /linux/Documentation/ABI/stable/ |
| H A D | procfs-audit_loginuid | 19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
|
| /linux/arch/powerpc/kernel/ |
| H A D | Makefile | 94 procfs-y := proc_powerpc.o 95 obj-$(CONFIG_PROC_FS) += $(procfs-y)
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-bwc.rst | 102 这是可以通过procfs调整的::
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | README.rst | 15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-regressions.rst | 60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-regressions.rst | 60 出現不穩定,這也是迴歸;這些問題可能是由於procfs、sysfs或Linux提供給用戶空間
|
| /linux/Documentation/arch/powerpc/ |
| H A D | vcpudispatch_stats.rst | 21 The statistics themselves are available by reading the procfs file
|
| /linux/sound/core/ |
| H A D | Kconfig | 173 bool "Verbose procfs contents" 177 Say Y here to include code for verbose procfs contents (provides
|
| /linux/Documentation/mm/ |
| H A D | allocation-profiling.rst | 70 - i.e. iterating over them to print them in debugfs/procfs.
|
| /linux/Documentation/arch/s390/ |
| H A D | common_io.rst | 5 command line parameters, procfs and debugfs entries
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 95 如果(也只有在)你将地址作为虚拟文件的内容打印出来,例如在procfs或sysfs中(使用
|
| /linux/Documentation/core-api/ |
| H A D | printk-formats.rst | 93 e.g. procfs or sysfs (using e.g. seq_printf(), not printk()) read by a 167 userspace from e.g. procfs or sysfs, not for dmesg. Please refer to the
|