Searched refs:bpf_program__attach_kprobe (Results 1 – 11 of 11) sorted by relevance
| /external/bcc/libbpf-tools/ |
| D | fsdist.c | 301 …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()
|
| D | fsslower.c | 258 …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()
|
| D | funclatency.c | 188 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()
|
| D | ksnoop.c | 823 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/ |
| D | test_overhead.c | 105 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()
|
| D | attach_probe.c | 113 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()
|
| D | perf_buffer.c | 52 link = bpf_program__attach_kprobe(prog, false /* retprobe */, in test_perf_buffer()
|
| D | probe_user.c | 36 kprobe_link = bpf_program__attach_kprobe(kprobe_prog, false, in test_probe_user()
|
| /external/libbpf/src/ |
| D | libbpf.map | 172 bpf_program__attach_kprobe;
|
| D | libbpf.h | 421 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe,
|
| D | libbpf.c | 10085 struct bpf_link *bpf_program__attach_kprobe(const struct bpf_program *prog, in bpf_program__attach_kprobe() function
|