Searched refs:comm_count (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ |
| D | backward-ring-buffer.c | 32 int *comm_count) in count_samples() argument 49 (*comm_count)++; in count_samples() 62 int *sample_count, int *comm_count) in do_test() argument 78 err = count_samples(evlist, sample_count, comm_count); in do_test() 86 int ret = TEST_SKIP, err, sample_count = 0, comm_count = 0; in test__backward_ring_buffer() local 140 &comm_count); in test__backward_ring_buffer() 144 if ((sample_count != NR_ITERS) || (comm_count != NR_ITERS)) { in test__backward_ring_buffer() 146 sample_count, comm_count); in test__backward_ring_buffer() 150 err = do_test(evlist, 1, &sample_count, &comm_count); in test__backward_ring_buffer()
|