Searched refs:bpf_program__attach_uprobe (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | gethostlatency.c | 168 links[0] = bpf_program__attach_uprobe(obj->progs.handle_entry, false, in attach_uprobes() 174 links[1] = bpf_program__attach_uprobe(obj->progs.handle_return, true, in attach_uprobes() 186 links[2] = bpf_program__attach_uprobe(obj->progs.handle_entry, false, in attach_uprobes() 192 links[3] = bpf_program__attach_uprobe(obj->progs.handle_return, true, in attach_uprobes() 204 links[4] = bpf_program__attach_uprobe(obj->progs.handle_entry, false, in attach_uprobes() 210 links[5] = bpf_program__attach_uprobe(obj->progs.handle_return, true, in attach_uprobes()
|
H A D | funclatency.c | 287 bpf_program__attach_uprobe(obj->progs.dummy_kprobe, false, in attach_uprobes() 296 bpf_program__attach_uprobe(obj->progs.dummy_kretprobe, true, in attach_uprobes()
|
H A D | bashreadline.c | 196 obj->links.printret = bpf_program__attach_uprobe(obj->progs.printret, true, -1, in main()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_pt_regs.c | 29 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_task_pt_regs()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 172 link = bpf_program__attach_uprobe(ctx.skel->progs.bench_trigger_uprobe, in usetup()
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf.map | 95 bpf_program__attach_uprobe;
|
H A D | libbpf.h | 691 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe,
|
H A D | libbpf.c | 12131 struct bpf_link *bpf_program__attach_uprobe(const struct bpf_program *prog, in bpf_program__attach_uprobe() function
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | libbpf.h | 691 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe,
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | program.rs | 735 libbpf_sys::bpf_program__attach_uprobe( in attach_uprobe()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf.so.toc | 627 622: FUNC GLOBAL DEFAULT 15 bpf_program__attach_uprobe
|
/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 | 4824 pub fn bpf_program__attach_uprobe( in bpf_program__attach_uprobe() 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 | 4824 pub fn bpf_program__attach_uprobe( in bpf_program__attach_uprobe() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 6496 pub fn bpf_program__attach_uprobe( in bpf_program__attach_uprobe() function
|