Home
last modified time | relevance | path

Searched refs:BPF_TRACE_FEXIT_MULTI (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/bpf/
H A Dtrampoline.c186 eatype == BPF_TRACE_FENTRY_MULTI || eatype == BPF_TRACE_FEXIT_MULTI || in bpf_prog_has_trampoline()
828 case BPF_TRACE_FEXIT_MULTI: in bpf_attach_type_to_tramp()
H A Dfixups.c2257 eatype == BPF_TRACE_FEXIT_MULTI || in bpf_do_misc_fixups()
H A Dverifier.c17278 case BPF_TRACE_FEXIT_MULTI: in return_retval_range()
19871 case BPF_TRACE_FEXIT_MULTI: in attach_uses_trampoline_retval()
20013 tgt_prog->expected_attach_type == BPF_TRACE_FEXIT_MULTI || in bpf_check_attach_target()
20123 case BPF_TRACE_FEXIT_MULTI: in bpf_check_attach_target()
20287 case BPF_TRACE_FEXIT_MULTI: in BTF_SET_START()
20415 if ((prog->expected_attach_type == BPF_TRACE_FEXIT_MULTI || in bpf_check_attach_btf_id_multi()
H A Dsyscall.c4453 case BPF_TRACE_FEXIT_MULTI: in attach_type_to_prog_type()
/linux/tools/include/uapi/linux/
H A Dbpf.h1160 BPF_TRACE_FEXIT_MULTI, enumerator
/linux/include/uapi/linux/
H A Dbpf.h1160 BPF_TRACE_FEXIT_MULTI, enumerator
/linux/net/bpf/
H A Dtest_run.c702 case BPF_TRACE_FEXIT_MULTI: in bpf_prog_test_run_tracing()
/linux/include/linux/
H A Dbpf.h2194 return type == BPF_TRACE_FENTRY_MULTI || type == BPF_TRACE_FEXIT_MULTI || in is_tracing_multi()
/linux/tools/lib/bpf/
H A Dlibbpf.c140 [BPF_TRACE_FEXIT_MULTI] = "trace_fexit_multi",
7821 return type == BPF_TRACE_FENTRY_MULTI || type == BPF_TRACE_FEXIT_MULTI || in is_tracing_multi()
10175 SEC_DEF("fexit.multi+", TRACING, BPF_TRACE_FEXIT_MULTI, 0, attach_tracing_multi),
10177 SEC_DEF("fexit.multi.s+", TRACING, BPF_TRACE_FEXIT_MULTI, SEC_SLEEPABLE, attach_tracing_multi),