Home
last modified time | relevance | path

Searched refs:collect_samples (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr0_fc56_pmc56_test.c41 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_fc56_pmc56()
H A Dmmcr0_pmcjce_test.c41 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_pmcjce()
H A Dmmcr0_pmccext_test.c42 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_pmccext()
H A Dmmcr0_cc56run_test.c42 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_cc56run()
H A Dmmcr0_exceptionbits_test.c41 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_exceptionbits()
H A Dmmcr0_fc56_pmc1ce_test.c41 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_fc56_pmc1ce()
H A Dmmcr1_comb_test.c45 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr1_comb()
H A Dmmcr3_src_test.c46 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr3_src()
H A Dmmcra_thresh_cmp_test.c56 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcra_thresh_cmp()
H A Dmmcr2_l2l3_test.c51 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr2_l2l3()
H A Dmmcr2_fcs_fch_test.c60 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr2_fcs_fch()
H A Dmmcr1_sel_unit_cache_test.c51 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr1_sel_unit_cache()
H A Dmmcra_thresh_marked_sample_test.c46 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcra_thresh_marked_sample()
H A Dmisc.h54 int collect_samples(void *sample_buff);
H A Dmisc.c254 int collect_samples(void *sample_buff) in collect_samples() function