Searched refs:attach_trace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 8315 static struct bpf_link *attach_trace(const struct bpf_sec_def *sec, 8344 .attach_fn = attach_trace), 8348 .attach_fn = attach_trace), 8352 .attach_fn = attach_trace), 8356 .attach_fn = attach_trace), 8361 .attach_fn = attach_trace), 8366 .attach_fn = attach_trace), 8371 .attach_fn = attach_trace), 8374 .attach_fn = attach_trace), 9692 static struct bpf_link *attach_trace(cons function [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 8768 static int attach_trace(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8807 SEC_DEF("tp_btf+", TRACING, BPF_TRACE_RAW_TP, SEC_ATTACH_BTF, attach_trace), 8808 SEC_DEF("fentry+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF, attach_trace), 8809 SEC_DEF("fmod_ret+", TRACING, BPF_MODIFY_RETURN, SEC_ATTACH_BTF, attach_trace), 8810 SEC_DEF("fexit+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF, attach_trace), 8811 SEC_DEF("fentry.s+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace), 8812 SEC_DEF("fmod_ret.s+", TRACING, BPF_MODIFY_RETURN, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace), 8813 SEC_DEF("fexit.s+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace), 8814 SEC_DEF("freplace+", EXT, 0, SEC_ATTACH_BTF, attach_trace), 11897 static int attach_trace(cons function [all...] |
Completed in 40 milliseconds