Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfsdist.c302 …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 Dfsslower.c259 …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 Dfunclatency.c238 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 Dksnoop.c820 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 Dtest_overhead.c109 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 Dattach_probe.c75 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 Dlibbpf.map91 bpf_program__attach_kprobe;
H A Dlibbpf.h522 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe,
H A Dlibbpf.c11156 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/
Dlibbpf.h522 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe,
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs800 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/
Dlibbpf.so.toc507 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/
Dbindgen.rs4717 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/
Dbindgen.rs4717 pub fn bpf_program__attach_kprobe( in bpf_program__attach_kprobe() function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6389 pub fn bpf_program__attach_kprobe( in bpf_program__attach_kprobe() function