Searched refs:losts (Results 1 – 1 of 1) sorted by relevance
213 int *losts; in perf_sample_filter() local291 losts = bpf_map_lookup_elem(&dropped, &k); in perf_sample_filter()292 if (losts != NULL) in perf_sample_filter()293 __sync_fetch_and_add(losts, 1); in perf_sample_filter()