Searched refs:bpf_program__attach_tracepoint_opts (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_cookie.c | 379 link1 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp1, in tp_subtest() 386 link2 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp2, in tp_subtest() 408 link3 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp3, in tp_subtest()
|
H A D | fill_link_info.c | 190 link = bpf_program__attach_tracepoint_opts(skel->progs.tp_run, TP_CAT, TP_NAME, &opts); in test_tp_fill_link_info()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.map | 275 bpf_program__attach_tracepoint_opts;
|
H A D | libbpf.h | 771 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog,
|
H A D | libbpf.c | 12399 struct bpf_link *bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, in bpf_program__attach_tracepoint_opts() function 12437 return bpf_program__attach_tracepoint_opts(prog, tp_category, tp_name, NULL); in bpf_program__attach_tracepoint()
|