/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | fsdist.c | 302 …obj->links.file_read_entry = bpf_program__attach_kprobe(obj->progs.file_read_entry, false, cfg->op… in attach_kprobes() 305 …obj->links.file_read_exit = bpf_program__attach_kprobe(obj->progs.file_read_exit, true, cfg->op_fu… in attach_kprobes() 309 …obj->links.file_write_entry = bpf_program__attach_kprobe(obj->progs.file_write_entry, false, cfg->… in attach_kprobes() 312 …obj->links.file_write_exit = bpf_program__attach_kprobe(obj->progs.file_write_exit, true, cfg->op_… in attach_kprobes() 316 …obj->links.file_open_entry = bpf_program__attach_kprobe(obj->progs.file_open_entry, false, cfg->op… in attach_kprobes() 319 …obj->links.file_open_exit = bpf_program__attach_kprobe(obj->progs.file_open_exit, true, cfg->op_fu… in attach_kprobes() 323 …obj->links.file_sync_entry = bpf_program__attach_kprobe(obj->progs.file_sync_entry, false, cfg->op… in attach_kprobes() 326 …obj->links.file_sync_exit = bpf_program__attach_kprobe(obj->progs.file_sync_exit, true, cfg->op_fu… in attach_kprobes() 332 …obj->links.getattr_entry = bpf_program__attach_kprobe(obj->progs.getattr_entry, false, cfg->op_fun… in attach_kprobes() 335 …obj->links.getattr_exit = bpf_program__attach_kprobe(obj->progs.getattr_exit, true, cfg->op_funcs[… in attach_kprobes()
|
H A D | fsslower.c | 259 …obj->links.file_read_entry = bpf_program__attach_kprobe(obj->progs.file_read_entry, false, cfg->op… in attach_kprobes() 262 …obj->links.file_read_exit = bpf_program__attach_kprobe(obj->progs.file_read_exit, true, cfg->op_fu… in attach_kprobes() 266 …obj->links.file_write_entry = bpf_program__attach_kprobe(obj->progs.file_write_entry, false, cfg->… in attach_kprobes() 269 …obj->links.file_write_exit = bpf_program__attach_kprobe(obj->progs.file_write_exit, true, cfg->op_… in attach_kprobes() 273 …obj->links.file_open_entry = bpf_program__attach_kprobe(obj->progs.file_open_entry, false, cfg->op… in attach_kprobes() 276 …obj->links.file_open_exit = bpf_program__attach_kprobe(obj->progs.file_open_exit, true, cfg->op_fu… in attach_kprobes() 280 …obj->links.file_sync_entry = bpf_program__attach_kprobe(obj->progs.file_sync_entry, false, cfg->op… in attach_kprobes() 283 …obj->links.file_sync_exit = bpf_program__attach_kprobe(obj->progs.file_sync_exit, true, cfg->op_fu… in attach_kprobes()
|
H A D | funclatency.c | 238 bpf_program__attach_kprobe(obj->progs.dummy_kprobe, false, in attach_kprobes() 246 bpf_program__attach_kprobe(obj->progs.dummy_kretprobe, true, in attach_kprobes()
|
H A D | ksnoop.c | 820 bpf_program__attach_kprobe(skel->progs.kprobe_entry, in attach_traces() 832 bpf_program__attach_kprobe(skel->progs.kprobe_return, in attach_traces()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_overhead.c | 109 link = bpf_program__attach_kprobe(kprobe_prog, false /* retprobe */, in test_test_overhead() 117 link = bpf_program__attach_kprobe(kretprobe_prog, true /* retprobe */, in test_test_overhead()
|
H A D | attach_probe.c | 75 kprobe_link = bpf_program__attach_kprobe(skel->progs.handle_kprobe, in test_attach_probe() 82 kretprobe_link = bpf_program__attach_kprobe(skel->progs.handle_kretprobe, in test_attach_probe()
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf.map | 91 bpf_program__attach_kprobe;
|
H A D | libbpf.h | 522 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe,
|
H A D | libbpf.c | 11156 struct bpf_link *bpf_program__attach_kprobe(const struct bpf_program *prog, in bpf_program__attach_kprobe() function
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | libbpf.h | 522 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe,
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | program.rs | 800 libbpf_sys::bpf_program__attach_kprobe(self.ptr.as_ptr(), retprobe, func_name_ptr) in attach_kprobe()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf.so.toc | 507 502: FUNC GLOBAL DEFAULT 15 bpf_program__attach_kprobe
|
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/ |
D | bindgen.rs | 4717 pub fn bpf_program__attach_kprobe( in bpf_program__attach_kprobe() function
|
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindgen.rs | 4717 pub fn bpf_program__attach_kprobe( in bpf_program__attach_kprobe() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 6389 pub fn bpf_program__attach_kprobe( in bpf_program__attach_kprobe() function
|