Home
last modified time | relevance | path

Searched refs:bpf_program__attach_uprobe (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dgethostlatency.c168 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 Dfunclatency.c287 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 Dbashreadline.c196 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 Dtask_pt_regs.c29 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 Dbench_trigger.c172 link = bpf_program__attach_uprobe(ctx.skel->progs.bench_trigger_uprobe, in usetup()
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.map95 bpf_program__attach_uprobe;
H A Dlibbpf.h691 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe,
H A Dlibbpf.c12131 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/
Dlibbpf.h691 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe,
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs735 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/
Dlibbpf.so.toc627 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/
Dbindgen.rs4824 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/
Dbindgen.rs4824 pub fn bpf_program__attach_uprobe( in bpf_program__attach_uprobe() function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6496 pub fn bpf_program__attach_uprobe( in bpf_program__attach_uprobe() function