Home
last modified time | relevance | path

Searched refs:add (Results 1 – 6 of 6) sorted by relevance

/kernel/gcov/
DKconfig19 directories, add a line similar to the following to the respective
/kernel/trace/
DKconfig112 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/
Dhw_breakpoint.c672 .add = hw_breakpoint_add,
Duprobes.c1216 struct uprobe_consumer *uc, bool add) in uprobe_apply() argument
1230 ret = register_for_each_vma(uprobe, add ? uc : NULL); in uprobe_apply()
Dcore.c2644 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/
Dcore.c1703 ATOMIC_ALU_OP(BPF_ADD, add) in ___bpf_prog_run()