Searched refs:bpf_program__attach_trace (Results 1 – 9 of 9) sorted by relevance
21 fentry_link = bpf_program__attach_trace(skel->progs.fentry_run); in bpf_cgroup1()39 fentry_link = bpf_program__attach_trace(skel->progs.fentry_run); in bpf_cgroup1_sleepable()57 fentry_link = bpf_program__attach_trace(skel->progs.fentry_run); in bpf_cgroup1_invalid_id()
132 link = bpf_program__attach_trace(fentry_prog); in test_test_overhead()139 link = bpf_program__attach_trace(fexit_prog); in test_test_overhead()
87 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()
40 skel->links.tp_btf_run = bpf_program__attach_trace(skel->progs.tp_btf_run); in test_task_under_cgroup()
296 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_count() 320 fexit_link = bpf_program__attach_trace(prog); in test_tailcall_count() 1072 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_bpf2bpf_fentry_entry() 1245 fentry_link = bpf_program__attach_trace(fentry_prog); in test_tailcall_hierarchy_count() 1310 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_hierarchy_count() 1334 fexit_link = bpf_program__attach_trace(prog); in test_tailcall_hierarchy_count()
133 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()
116 bpf_program__attach_trace;
817 bpf_program__attach_trace(const struct bpf_program *prog);
12758 struct bpf_link *bpf_program__attach_trace(const struct bpf_program *prog) in bpf_program__attach_trace() function12776 *link = bpf_program__attach_trace(prog); in attach_trace()12946 return bpf_program__attach_trace(prog); in bpf_program__attach_freplace()