Searched refs:bpf_program__attach_trace (Results 1 – 12 of 12) sorted by relevance
132 link = bpf_program__attach_trace(fentry_prog); in test_test_overhead()139 link = bpf_program__attach_trace(fexit_prog); in test_test_overhead()
86 link = bpf_program__attach_trace(skel->progs.fentry_eth_type_trans); in serial_test_kfree_skb()91 link = bpf_program__attach_trace(skel->progs.fexit_eth_type_trans); in serial_test_kfree_skb()
131 link[i] = bpf_program__attach_trace(prog[i]); in test_fexit_bpf2bpf_common()312 freplace_link = bpf_program__attach_trace(prog); in test_fmod_ret_freplace()
116 bpf_program__attach_trace;
787 bpf_program__attach_trace(const struct bpf_program *prog);
12469 struct bpf_link *bpf_program__attach_trace(const struct bpf_program *prog) in bpf_program__attach_trace() function12487 *link = bpf_program__attach_trace(prog); in attach_trace()12652 return bpf_program__attach_trace(prog); in bpf_program__attach_freplace()
915 let ptr = unsafe { libbpf_sys::bpf_program__attach_trace(self.ptr.as_ptr()) }; in attach_trace()
1015 1010: FUNC GLOBAL DEFAULT 15 bpf_program__attach_trace
4904 pub fn bpf_program__attach_trace(prog: *const bpf_program) -> *mut bpf_link; in bpf_program__attach_trace() function
6576 pub fn bpf_program__attach_trace(prog: *const bpf_program) -> *mut bpf_link; in bpf_program__attach_trace() function