Searched refs:ref_ctr_off (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
H A D | libbpf.c | 10708 uint64_t offset, int pid, size_t ref_ctr_off) 10715 if ((__u64)ref_ctr_off >= (1ULL << PERF_UPROBE_REF_CTR_OFFSET_BITS)) 10742 attr.config |= (__u64)ref_ctr_off << PERF_UPROBE_REF_CTR_OFFSET_SHIFT; 11010 -1 /* pid */, 0 /* ref_ctr_off */); 11843 size_t ref_ctr_off; local 11853 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0); 11915 func_offset, pid, ref_ctr_off); 11919 if (ref_ctr_off) 10707 perf_event_open_probe(bool uprobe, bool retprobe, const char *name, uint64_t offset, int pid, size_t ref_ctr_off) global() argument
|
Completed in 17 milliseconds