Searched refs:files (Results 1 – 17 of 17) sorted by relevance
/kernel/gcov/ |
D | Kconfig | 17 for the entire kernel. To enable profiling for specific files or 24 For all files in one directory: 27 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL 52 larger and run slower. Also be sure to exclude files from profiling
|
/kernel/trace/ |
D | trace_probe.h | 242 struct list_head files; member 333 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file() 353 list_for_each_entry(pos, &(tp)->event->files, list) 355 list_for_each_entry_rcu(pos, &(tp)->event->files, list)
|
D | trace_probe.c | 1062 INIT_LIST_HEAD(&tp->event->files); in trace_probe_init() 1140 list_add_tail_rcu(&link->list, &tp->event->files); in trace_probe_add_file() 1170 if (list_empty(&tp->event->files)) in trace_probe_remove_file()
|
D | Kconfig | 235 See the files in /sys/kernel/debug/tracing: 388 Some files are created in the tracing directory when this 400 The output will appear in the trace and trace_pipe files. 441 The output will appear in the trace and trace_pipe files.
|
/kernel/ |
D | kcmp.c | 186 ret = kcmp_ptr(task1->files, task2->files, KCMP_FILES); in SYSCALL_DEFINE5()
|
D | fork.c | 1728 oldf = current->files; in copy_files() 1741 tsk->files = newf; in copy_files() 3241 struct files_struct *fd = current->files; in unshare_fd() 3353 swap(current->files, new_fd); in ksys_unshare() 3402 old = task->files; in unshare_files() 3404 task->files = copy; in unshare_files()
|
D | Makefile | 157 clean-files := kheaders_data.tar.xz kheaders.md5
|
/kernel/bpf/ |
D | task_iter.c | 101 if (skip_if_dup_files && task->files == task->group_leader->files) { in task_group_seq_get_next() 148 task->files == task->group_leader->files) { in task_seq_get_next()
|
D | bpf_fuse.c | 116 __close_fd(current->files, task_fd); in fuse_get_bpf_prog()
|
/kernel/debug/kdb/ |
D | Makefile | 12 clean-files := gen-kdb_cmds.c
|
/kernel/cgroup/ |
D | legacy_freezer.c | 459 static struct cftype files[] = { variable 486 .legacy_cftypes = files,
|
D | cgroup.c | 7027 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files() argument 7033 for (cft = files; cft && cft->name[0] != '\0'; cft++) { in show_delegatable_files()
|
/kernel/sched/ |
D | cpuacct.c | 292 static struct cftype files[] = { variable 361 .legacy_cftypes = files,
|
/kernel/bpf/preload/ |
D | Kconfig | 16 pinned into BPF FS mount point as human readable files that are
|
/kernel/time/ |
D | Kconfig | 189 compatibility with older config files.
|
/kernel/power/ |
D | Kconfig | 71 It also works with swap files to a limited extent (for details see 72 <file:Documentation/power/swsusp-and-swap-files.rst>).
|
/kernel/module/ |
D | Kconfig | 85 sum of the source files which made it. This helps maintainers
|