Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dringbuf.c32 static int sample_cnt; variable
48 atomic_inc(&sample_cnt); in process_sample()
262 cnt = atomic_xchg(&sample_cnt, 0); in ringbuf_subtest()
269 cnt = atomic_xchg(&sample_cnt, 0); in ringbuf_subtest()
286 cnt = atomic_xchg(&sample_cnt, 0); in ringbuf_subtest()
316 cnt = atomic_xchg(&sample_cnt, 0); in ringbuf_subtest()
333 cnt = atomic_xchg(&sample_cnt, 0); in ringbuf_subtest()
367 cnt = atomic_xchg(&sample_cnt, 0); in ringbuf_subtest()
/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c94 __u8 sample_cnt; /* number of samples to decide curr_rtt */ member
177 ca->sample_cnt = 0; in bictcp_hystart_reset()
488 if (ca->sample_cnt < HYSTART_MIN_SAMPLES) { in hystart_update()
489 ca->sample_cnt++; in hystart_update()
/tools/perf/scripts/python/
A Dparallel-perf.py406 self.sample_cnt = 0
430 cpu_time_ranges[cpu].sample_cnt += 1
516 cnt = cpu_time_range.sample_cnt
553 cnt = cpu_time_range.sample_cnt
577 if cpu_time_range.sample_cnt:

Completed in 32 milliseconds