Searched refs:bpf_program__attach_trace (Results 1 – 7 of 7) 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()
102 link_fentry = bpf_program__attach_trace(fentry); in test_kfree_skb()106 link_fexit = bpf_program__attach_trace(fexit); in test_kfree_skb()
94 link[i] = bpf_program__attach_trace(prog[i]); in test_fexit_bpf2bpf_common()266 freplace_link = bpf_program__attach_trace(prog); in test_fmod_ret_freplace()
41 return bpf_program__attach_trace(prog); in load()
202 bpf_program__attach_trace;
255 bpf_program__attach_trace(struct bpf_program *prog);
9598 struct bpf_link *bpf_program__attach_trace(struct bpf_program *prog) in bpf_program__attach_trace() function9611 return bpf_program__attach_trace(prog); in attach_trace()9708 return bpf_program__attach_trace(prog); in bpf_program__attach_freplace()