Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c10253 uint64_t offset, int pid, size_t ref_ctr_off) argument
10260 if ((__u64)ref_ctr_off >= (1ULL << PERF_UPROBE_REF_CTR_OFFSET_BITS))
10287 attr.config |= (__u64)ref_ctr_off << PERF_UPROBE_REF_CTR_OFFSET_SHIFT;
11269 size_t ref_ctr_off; local
11278 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0);
11307 func_offset, pid, ref_ctr_off);
11311 if (ref_ctr_off)