Searched refs:comm_count (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/tools/perf/tests/ |
| D | backward-ring-buffer.c | 29 int *comm_count) in count_samples() argument 46 (*comm_count)++; in count_samples() 59 int *sample_count, int *comm_count) in do_test() argument 75 err = count_samples(evlist, sample_count, comm_count); in do_test() 83 int ret = TEST_SKIP, err, sample_count = 0, comm_count = 0; in test__backward_ring_buffer() local 137 &comm_count); in test__backward_ring_buffer() 141 if ((sample_count != NR_ITERS) || (comm_count != NR_ITERS)) { in test__backward_ring_buffer() 143 sample_count, comm_count); in test__backward_ring_buffer() 147 err = do_test(evlist, 1, &sample_count, &comm_count); in test__backward_ring_buffer()
|