/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | attach_probe.c | 34 ssize_t uprobe_offset, ref_ctr_offset; in test_attach_probe() local 56 ref_ctr_offset = get_rel_offset((uintptr_t)&uprobe_ref_ctr); in test_attach_probe() 57 if (!ASSERT_GE(ref_ctr_offset, 0, "ref_ctr_offset")) in test_attach_probe() 100 uprobe_opts.ref_ctr_offset = legacy ? 0 : ref_ctr_offset; in test_attach_probe() 115 uprobe_opts.ref_ctr_offset = legacy ? 0 : ref_ctr_offset; in test_attach_probe() 132 uprobe_opts.ref_ctr_offset = 0; in test_attach_probe()
|
/external/bcc/src/cc/ |
D | libbpf.c | 1097 uint64_t ref_ctr_offset) in bpf_try_perf_event_open_with_probe() argument 1110 attr.config |= (ref_ctr_offset << PERF_UPROBE_REF_CTR_OFFSET_SHIFT); in bpf_try_perf_event_open_with_probe() 1298 uint32_t ref_ctr_offset) in bpf_attach_probe() argument 1308 ref_ctr_offset); in bpf_attach_probe() 1403 uint64_t offset, pid_t pid, uint32_t ref_ctr_offset) in bpf_attach_uprobe() argument 1413 offset, pid, -1, ref_ctr_offset); in bpf_attach_uprobe()
|
D | libbpf.h | 113 uint64_t offset, pid_t pid, uint32_t ref_ctr_offset);
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | program.rs | 42 pub ref_ctr_offset: usize, field 813 ref_ctr_offset, in attach_uprobe_with_opts() 823 ref_ctr_offset: ref_ctr_offset as libbpf_sys::size_t, in attach_uprobe_with_opts()
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 113 uint64_t offset, pid_t pid, uint32_t ref_ctr_offset);
|
/external/bcc/src/cc/api/ |
D | BPF.h | 149 uint32_t ref_ctr_offset = 0);
|
D | BPF.cc | 264 uint32_t ref_ctr_offset) { in attach_uprobe() argument 285 ref_ctr_offset); in attach_uprobe()
|
/external/libbpf/src/ |
D | libbpf.h | 655 size_t ref_ctr_offset; member
|
D | usdt.c | 1073 opts.ref_ctr_offset = target->sema_off; in usdt_manager_attach_usdt()
|
D | libbpf.c | 11951 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0); in bpf_program__attach_uprobe_opts()
|
/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 6478 pub ref_ctr_offset: size_t, field
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 29097 loff_t ref_ctr_offset; member 65126 long unsigned int ref_ctr_offset; member 82774 long unsigned int ref_ctr_offset; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 40321 long unsigned int ref_ctr_offset; member 118301 loff_t ref_ctr_offset; member
|
D | vmlinux.h | 40321 long unsigned int ref_ctr_offset; member 118301 loff_t ref_ctr_offset; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 42456 long unsigned int ref_ctr_offset; member 47458 loff_t ref_ctr_offset; member
|
D | vmlinux_518.h | 42456 long unsigned int ref_ctr_offset; member 47458 loff_t ref_ctr_offset; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 26468 long unsigned int ref_ctr_offset; member 31304 loff_t ref_ctr_offset; member
|
D | vmlinux.h | 26468 long unsigned int ref_ctr_offset; member 31304 loff_t ref_ctr_offset; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 115872 loff_t ref_ctr_offset; member 131393 long unsigned int ref_ctr_offset; member
|
D | vmlinux.h | 115872 loff_t ref_ctr_offset; member 131393 long unsigned int ref_ctr_offset; member
|