Home
last modified time | relevance | path

Searched refs:bpf_prog_inc_misses_counter (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dtrampoline.c857 bpf_prog_inc_misses_counter(prog); in __bpf_prog_enter_recur()
932 bpf_prog_inc_misses_counter(prog); in __bpf_prog_enter_sleepable_recur()
H A Dsyscall.c2215 void notrace bpf_prog_inc_misses_counter(struct bpf_prog *prog) in bpf_prog_inc_misses_counter() function
/openbmc/linux/include/linux/
H A Dbpf.h2501 void notrace bpf_prog_inc_misses_counter(struct bpf_prog *prog);
2737 static inline void bpf_prog_inc_misses_counter(struct bpf_prog *prog) in bpf_prog_inc_misses_counter() function
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c2316 bpf_prog_inc_misses_counter(prog); in __bpf_trace_run()