Searched refs:bpf_program__attach_trace (Results 1 – 7 of 7) 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()
297 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_count() 321 fexit_link = bpf_program__attach_trace(prog); in test_tailcall_count() 1073 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_bpf2bpf_fentry_entry() 1246 fentry_link = bpf_program__attach_trace(fentry_prog); in test_tailcall_hierarchy_count() 1311 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_hierarchy_count() 1335 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()
13121 struct bpf_link *bpf_program__attach_trace(const struct bpf_program *prog) in bpf_program__attach_trace() function13139 *link = bpf_program__attach_trace(prog); in attach_trace()13337 return bpf_program__attach_trace(prog); in bpf_program__attach_freplace()