Home
last modified time | relevance | path

Searched refs:bpf_program__attach_trace (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_overhead.c132 link = bpf_program__attach_trace(fentry_prog); in test_test_overhead()
139 link = bpf_program__attach_trace(fexit_prog); in test_test_overhead()
H A Dkfree_skb.c87 link = bpf_program__attach_trace(skel->progs.fentry_eth_type_trans); in serial_test_kfree_skb()
92 link = bpf_program__attach_trace(skel->progs.fexit_eth_type_trans); in serial_test_kfree_skb()
H A Dfexit_bpf2bpf.c133 link[i] = bpf_program__attach_trace(prog[i]); in test_fexit_bpf2bpf_common()
314 freplace_link = bpf_program__attach_trace(prog); in test_fmod_ret_freplace()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map116 bpf_program__attach_trace;
H A Dlibbpf.h757 bpf_program__attach_trace(const struct bpf_program *prog);
H A Dlibbpf.c11885 struct bpf_link *bpf_program__attach_trace(const struct bpf_program *prog) in bpf_program__attach_trace() function
11903 *link = bpf_program__attach_trace(prog); in attach_trace()
12034 return bpf_program__attach_trace(prog); in bpf_program__attach_freplace()