Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c10886 uint64_t offset, int pid, size_t ref_ctr_off) in perf_event_open_probe() argument
10893 if ((__u64)ref_ctr_off >= (1ULL << PERF_UPROBE_REF_CTR_OFFSET_BITS)) in perf_event_open_probe()
10920 attr.config |= (__u64)ref_ctr_off << PERF_UPROBE_REF_CTR_OFFSET_SHIFT; in perf_event_open_probe()
12056 size_t ref_ctr_off; in bpf_program__attach_uprobe_opts() local
12066 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0); in bpf_program__attach_uprobe_opts()
12128 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts()
12132 if (ref_ctr_off) in bpf_program__attach_uprobe_opts()