Home
last modified time | relevance | path

Searched refs:procfs (Results 1 – 25 of 37) sorted by relevance

12

/linux/tools/tracing/rtla/src/
H A Dutils.c274 * 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.gitignore7 procfs
H A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/linux/arch/m68k/
H A DKconfig106 bool "Export bootinfo in procfs"
110 "bootinfo" file in procfs. This is useful with kexec.
/linux/Documentation/ABI/obsolete/
H A Dprocfs-i8k9 the procfs interface is deprecated.
/linux/drivers/parport/
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c81 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 DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/linux/tools/testing/selftests/proc/
H A D.gitignore9 /proc-multiple-procfs
H A DMakefile30 TEST_GEN_PROGS += proc-multiple-procfs
/linux/tools/lib/api/fs/
H A Dfs.h34 FS(procfs)
/linux/net/sunrpc/
H A Dcache.c1673 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 Dprocfs-smaps_rollup15 and the procfs man page.
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/linux/arch/powerpc/kernel/
H A DMakefile94 procfs-y := proc_powerpc.o
95 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst102 这是可以通过procfs调整的::
/linux/tools/testing/selftests/coredump/
H A DREADME.rst15 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 Dreporting-regressions.rst60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-regressions.rst60 出現不穩定,這也是迴歸;這些問題可能是由於procfs、sysfs或Linux提供給用戶空間
/linux/Documentation/arch/powerpc/
H A Dvcpudispatch_stats.rst21 The statistics themselves are available by reading the procfs file
/linux/sound/core/
H A DKconfig173 bool "Verbose procfs contents"
177 Say Y here to include code for verbose procfs contents (provides
/linux/Documentation/mm/
H A Dallocation-profiling.rst70 - i.e. iterating over them to print them in debugfs/procfs.
/linux/Documentation/arch/s390/
H A Dcommon_io.rst5 command line parameters, procfs and debugfs entries
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst95 如果(也只有在)你将地址作为虚拟文件的内容打印出来,例如在procfs或sysfs中(使用
/linux/Documentation/core-api/
H A Dprintk-formats.rst93 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

12