Home
last modified time | relevance | path

Searched refs:bpf_program__attach_kprobe (Results 1 – 11 of 11) sorted by relevance

/external/bcc/libbpf-tools/
Dfsdist.c301 …obj->links.file_read_entry = bpf_program__attach_kprobe(obj->progs.file_read_entry, false, cfg->op… in attach_kprobes()
304 …obj->links.file_read_exit = bpf_program__attach_kprobe(obj->progs.file_read_exit, true, cfg->op_fu… in attach_kprobes()
308 …obj->links.file_write_entry = bpf_program__attach_kprobe(obj->progs.file_write_entry, false, cfg->… in attach_kprobes()
311 …obj->links.file_write_exit = bpf_program__attach_kprobe(obj->progs.file_write_exit, true, cfg->op_… in attach_kprobes()
315 …obj->links.file_open_entry = bpf_program__attach_kprobe(obj->progs.file_open_entry, false, cfg->op… in attach_kprobes()
318 …obj->links.file_open_exit = bpf_program__attach_kprobe(obj->progs.file_open_exit, true, cfg->op_fu… in attach_kprobes()
322 …obj->links.file_sync_entry = bpf_program__attach_kprobe(obj->progs.file_sync_entry, false, cfg->op… in attach_kprobes()
325 …obj->links.file_sync_exit = bpf_program__attach_kprobe(obj->progs.file_sync_exit, true, cfg->op_fu… in attach_kprobes()
331 …obj->links.getattr_entry = bpf_program__attach_kprobe(obj->progs.getattr_entry, false, cfg->op_fun… in attach_kprobes()
334 …obj->links.getattr_exit = bpf_program__attach_kprobe(obj->progs.getattr_exit, true, cfg->op_funcs[… in attach_kprobes()
Dfsslower.c258 …obj->links.file_read_entry = bpf_program__attach_kprobe(obj->progs.file_read_entry, false, cfg->op… in attach_kprobes()
261 …obj->links.file_read_exit = bpf_program__attach_kprobe(obj->progs.file_read_exit, true, cfg->op_fu… in attach_kprobes()
265 …obj->links.file_write_entry = bpf_program__attach_kprobe(obj->progs.file_write_entry, false, cfg->… in attach_kprobes()
268 …obj->links.file_write_exit = bpf_program__attach_kprobe(obj->progs.file_write_exit, true, cfg->op_… in attach_kprobes()
272 …obj->links.file_open_entry = bpf_program__attach_kprobe(obj->progs.file_open_entry, false, cfg->op… in attach_kprobes()
275 …obj->links.file_open_exit = bpf_program__attach_kprobe(obj->progs.file_open_exit, true, cfg->op_fu… in attach_kprobes()
279 …obj->links.file_sync_entry = bpf_program__attach_kprobe(obj->progs.file_sync_entry, false, cfg->op… in attach_kprobes()
282 …obj->links.file_sync_exit = bpf_program__attach_kprobe(obj->progs.file_sync_exit, true, cfg->op_fu… in attach_kprobes()
Dfunclatency.c188 obj->links.dummy_kprobe = bpf_program__attach_kprobe(obj->progs.dummy_kprobe, false, in attach_kprobes()
196 obj->links.dummy_kretprobe = bpf_program__attach_kprobe(obj->progs.dummy_kretprobe, true, in attach_kprobes()
Dksnoop.c823 bpf_program__attach_kprobe(skel->progs.kprobe_entry, in attach_traces()
835 bpf_program__attach_kprobe(skel->progs.kprobe_return, in attach_traces()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dtest_overhead.c105 link = bpf_program__attach_kprobe(kprobe_prog, false /* retprobe */, in test_test_overhead()
113 link = bpf_program__attach_kprobe(kretprobe_prog, true /* retprobe */, in test_test_overhead()
Dattach_probe.c113 kprobe_link = bpf_program__attach_kprobe(kprobe_prog, in test_attach_probe()
121 kretprobe_link = bpf_program__attach_kprobe(kretprobe_prog, in test_attach_probe()
Dperf_buffer.c52 link = bpf_program__attach_kprobe(prog, false /* retprobe */, in test_perf_buffer()
Dprobe_user.c36 kprobe_link = bpf_program__attach_kprobe(kprobe_prog, false, in test_probe_user()
/external/libbpf/src/
Dlibbpf.map172 bpf_program__attach_kprobe;
Dlibbpf.h421 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe,
Dlibbpf.c10085 struct bpf_link *bpf_program__attach_kprobe(const struct bpf_program *prog, in bpf_program__attach_kprobe() function