Home
last modified time | relevance | path

Searched refs:files (Results 1 – 17 of 17) sorted by relevance

/kernel/gcov/
DKconfig17 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/
Dtrace_probe.h242 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)
Dtrace_probe.c1062 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()
DKconfig235 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/
Dkcmp.c186 ret = kcmp_ptr(task1->files, task2->files, KCMP_FILES); in SYSCALL_DEFINE5()
Dfork.c1728 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()
DMakefile157 clean-files := kheaders_data.tar.xz kheaders.md5
/kernel/bpf/
Dtask_iter.c101 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()
Dbpf_fuse.c116 __close_fd(current->files, task_fd); in fuse_get_bpf_prog()
/kernel/debug/kdb/
DMakefile12 clean-files := gen-kdb_cmds.c
/kernel/cgroup/
Dlegacy_freezer.c459 static struct cftype files[] = { variable
486 .legacy_cftypes = files,
Dcgroup.c7027 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/
Dcpuacct.c292 static struct cftype files[] = { variable
361 .legacy_cftypes = files,
/kernel/bpf/preload/
DKconfig16 pinned into BPF FS mount point as human readable files that are
/kernel/time/
DKconfig189 compatibility with older config files.
/kernel/power/
DKconfig71 It also works with swap files to a limited extent (for details see
72 <file:Documentation/power/swsusp-and-swap-files.rst>).
/kernel/module/
DKconfig85 sum of the source files which made it. This helps maintainers