Searched refs:attach_bpf (Results 1 – 5 of 5) sorted by relevance
63 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function 82 attach_bpf(ctx.skel->progs.prog1); in setup_kprobe() 88 attach_bpf(ctx.skel->progs.prog2); in setup_kretprobe() 94 attach_bpf(ctx.skel->progs.prog3); in setup_rawtp() 100 attach_bpf(ctx.skel->progs.prog4); in setup_fentry() 106 attach_bpf(ctx.skel->progs.prog5); in setup_fexit()
162 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function 194 attach_bpf(ctx.skel->progs.bench_trigger_kprobe); in trigger_kprobe_setup() 202 attach_bpf(ctx.skel->progs.bench_trigger_kretprobe); in trigger_kretprobe_setup() 210 attach_bpf(ctx.skel->progs.bench_trigger_kprobe_multi); in trigger_kprobe_multi_setup() 218 attach_bpf(ctx.skel->progs.bench_trigger_kretprobe_multi); in trigger_kretprobe_multi_setup() 226 attach_bpf(ctx.skel->progs.bench_trigger_fentry); in trigger_fentry_setup() 234 attach_bpf(ctx.skel->progs.bench_trigger_fexit); in trigger_fexit_setup() 246 attach_bpf(ctx.skel->progs.bench_trigger_fmodret); in trigger_fmodret_setup() 258 attach_bpf(ctx.skel->progs.bench_trigger_tp); in trigger_tp_setup() 270 attach_bpf(ct in trigger_rawtp_setup() [all...]
73 static void attach_bpf(int fd) in attach_bpf() function 200 attach_bpf(rcv_fd[0]); in test()
77 static void attach_bpf(int fd) in attach_bpf() function 190 attach_bpf(rcv_fd[0]); in test()
151 void (*attach_bpf)(int, uint16_t)) in build_recv_group() 168 attach_bpf(fd[i], mod); in build_recv_group()