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()
295 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_count()319 fexit_link = bpf_program__attach_trace(prog); in test_tailcall_count()1071 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_bpf2bpf_fentry_entry()1244 fentry_link = bpf_program__attach_trace(fentry_prog); in test_tailcall_hierarchy_count()1309 fentry_link = bpf_program__attach_trace(prog); in test_tailcall_hierarchy_count()1333 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;
800 bpf_program__attach_trace(const struct bpf_program *prog);
12594 struct bpf_link *bpf_program__attach_trace(const struct bpf_program *prog) in bpf_program__attach_trace() function12612 *link = bpf_program__attach_trace(prog); in attach_trace()12783 return bpf_program__attach_trace(prog); in bpf_program__attach_freplace()