Searched refs:add (Results 1 – 6 of 6) sorted by relevance
/kernel/gcov/ |
D | Kconfig | 19 directories, add a line similar to the following to the respective
|
/kernel/trace/ |
D | Kconfig | 112 of the kernel can use them to generate or add hooks to them. 489 trace recording, as it needs to add some checks to synchronize 503 The branch profiling is a software profiler. It will add hooks 532 Note: this will add a significant overhead; only turn this 608 This allows the user to add tracing events (similar to tracepoints) 649 This allows the user to add tracing events on top of userspace 851 This will add more overhead to cases that have recursion. 878 This will add more overhead to cases that have recursion. 961 add up to be greater than the current time stamp.
|
/kernel/events/ |
D | hw_breakpoint.c | 672 .add = hw_breakpoint_add,
|
D | uprobes.c | 1216 struct uprobe_consumer *uc, bool add) in uprobe_apply() argument 1230 ret = register_for_each_vma(uprobe, add ? uc : NULL); in uprobe_apply()
|
D | core.c | 2644 if (event->pmu->add(event, PERF_EF_START)) { in event_sched_in() 9861 .add = perf_swevent_add, 10008 .add = perf_trace_add, 10059 .add = perf_trace_add, 10118 .add = perf_trace_add, 10942 .add = cpu_clock_event_add, 11023 .add = task_clock_event_add,
|
/kernel/bpf/ |
D | core.c | 1703 ATOMIC_ALU_OP(BPF_ADD, add) in ___bpf_prog_run()
|