Searched refs:comm_count (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/tests/ |
H A D | backward-ring-buffer.c | 33 int *comm_count) in count_samples() argument 50 (*comm_count)++; in count_samples() 63 int *sample_count, int *comm_count) in do_test() argument 79 err = count_samples(evlist, sample_count, comm_count); in do_test() 87 int ret = TEST_SKIP, err, sample_count = 0, comm_count = 0; in test__backward_ring_buffer() local 142 &comm_count); in test__backward_ring_buffer() 146 if ((sample_count != NR_ITERS) || (comm_count != NR_ITERS)) { in test__backward_ring_buffer() 148 sample_count, comm_count); in test__backward_ring_buffer() 161 err = do_test(evlist, 1, &sample_count, &comm_count); in test__backward_ring_buffer()
|