Searched refs:add (Results 1 – 7 of 7) sorted by relevance
/kernel/gcov/ |
D | Kconfig | 18 directories, add a line similar to the following to the respective
|
/kernel/trace/ |
D | Kconfig | 148 of the kernel can use them to generate or add hooks to them. 558 trace recording, as it needs to add some checks to synchronize 572 The branch profiling is a software profiler. It will add hooks 601 Note: this will add a significant overhead; only turn this 677 This allows user to add tracing events on the function entry and 703 This allows the user to add tracing events (similar to tracepoints) 744 This allows the user to add tracing events on top of userspace 962 This will add more overhead to cases that have recursion. 989 This will add more overhead to cases that have recursion. 1086 add up to be greater than the current time stamp.
|
/kernel/events/ |
D | hw_breakpoint.c | 999 .add = hw_breakpoint_add,
|
D | uprobes.c | 1215 struct uprobe_consumer *uc, bool add) in uprobe_apply() argument 1229 ret = register_for_each_vma(uprobe, add ? uc : NULL); in uprobe_apply()
|
D | core.c | 2549 if (event->pmu->add(event, PERF_EF_START)) { in event_sched_in() 10057 .add = perf_swevent_add, 10097 .add = perf_trace_add, 10295 .add = perf_trace_add, 10354 .add = perf_trace_add, 11184 .add = cpu_clock_event_add, 11266 .add = task_clock_event_add,
|
/kernel/module/ |
D | Kconfig | 9 tool to add (and sometimes remove) them. If you say Y here,
|
/kernel/bpf/ |
D | core.c | 2125 ATOMIC_ALU_OP(BPF_ADD, add) in ___bpf_prog_run()
|