Home
last modified time | relevance | path

Searched refs:comm_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbackward-ring-buffer.c33 int *comm_count) in count_samples()
50 (*comm_count)++; in count_samples()
63 int *sample_count, int *comm_count) in do_test()
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
141 &comm_count); in test__backward_ring_buffer()
145 if ((sample_count != NR_ITERS) || (comm_count != NR_ITERS)) { in test__backward_ring_buffer()
146 pr_err("Unexpected counter: sample_count=%d, comm_count=%d\n", in test__backward_ring_buffer()
147 sample_count, comm_count); in test__backward_ring_buffer()
160 err = do_test(evlist, 1, &sample_count, &comm_count); in test__backward_ring_buffer()
32 count_samples(struct evlist *evlist, int *sample_count, int *comm_count) count_samples() argument
62 do_test(struct evlist *evlist, int mmap_pages, int *sample_count, int *comm_count) do_test() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbackward-ring-buffer.c33 int *comm_count) in count_samples()
50 (*comm_count)++; in count_samples()
63 int *sample_count, int *comm_count) in do_test()
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()
147 pr_err("Unexpected counter: sample_count=%d, comm_count=%d\n", 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()
32 count_samples(struct evlist *evlist, int *sample_count, int *comm_count) count_samples() argument
62 do_test(struct evlist *evlist, int mmap_pages, int *sample_count, int *comm_count) do_test() argument
[all...]

Completed in 1 milliseconds