Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c213 int *losts; in perf_sample_filter() local
291 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()