Searched refs:BPF_TRACE_FEXIT_MULTI (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 186 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 D | fixups.c | 2257 eatype == BPF_TRACE_FEXIT_MULTI || in bpf_do_misc_fixups()
|
| H A D | verifier.c | 17278 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 D | syscall.c | 4453 case BPF_TRACE_FEXIT_MULTI: in attach_type_to_prog_type()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1160 BPF_TRACE_FEXIT_MULTI, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1160 BPF_TRACE_FEXIT_MULTI, enumerator
|
| /linux/net/bpf/ |
| H A D | test_run.c | 702 case BPF_TRACE_FEXIT_MULTI: in bpf_prog_test_run_tracing()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2194 return type == BPF_TRACE_FENTRY_MULTI || type == BPF_TRACE_FEXIT_MULTI || in is_tracing_multi()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 140 [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),
|