Home
last modified time | relevance | path

Searched refs:trace_call_bpf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/trace/
Dbpf_trace.c32 unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) in trace_call_bpf() function
62 EXPORT_SYMBOL_GPL(trace_call_bpf);
Dtrace_kprobe.c1144 if (prog && !trace_call_bpf(prog, regs)) in kprobe_perf_func()
1179 if (prog && !trace_call_bpf(prog, regs)) in kretprobe_perf_func()
/linux-4.1.27/include/linux/
Dftrace_event.h557 unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx);
559 static inline unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) in trace_call_bpf() function