/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
H A D | event_alternatives_tests_p9.c | 53 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9() 66 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9() 79 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9() 92 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9() 105 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9()
|
H A D | group_constraint_thresh_cmp_test.c | 53 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_thresh_cmp() 64 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_thresh_cmp() 76 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_thresh_cmp() 84 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_thresh_cmp()
|
H A D | group_constraint_repeat_test.c | 40 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_repeat() 45 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_repeat()
|
H A D | group_constraint_mmcra_sample_test.c | 38 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_mmcra_sample() 43 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_mmcra_sample()
|
H A D | group_constraint_radix_scope_qual_test.c | 41 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_radix_scope_qual() 45 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_radix_scope_qual()
|
H A D | group_constraint_cache_test.c | 41 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_cache() 49 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_cache()
|
H A D | group_constraint_thresh_sel_test.c | 44 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_thresh_sel() 52 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_thresh_sel()
|
H A D | group_constraint_thresh_ctl_test.c | 45 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_thresh_ctl() 53 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_thresh_ctl()
|
H A D | group_constraint_l2l3_sel_test.c | 45 FAIL_IF(!event_open_with_group(&event, leader.fd)); in group_constraint_l2l3_sel() 53 FAIL_IF(event_open_with_group(&event, leader.fd)); in group_constraint_l2l3_sel()
|
H A D | group_constraint_unit_test.c | 59 FAIL_IF(!event_open_with_group(&events[2], events[0].fd)); in group_constraint_unit() 62 FAIL_IF(event_open_with_group(&events[2], events[1].fd)); in group_constraint_unit()
|
H A D | group_constraint_pmc_count_test.c | 56 FAIL_IF(!event_open_with_group(&events[i], events[0].fd)); in group_constraint_pmc_count() 58 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in group_constraint_pmc_count()
|
H A D | event_alternatives_tests_p10.c | 70 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in event_alternatives_tests_p10() 98 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in event_alternatives_tests_p10()
|
H A D | group_pmc56_exclude_constraints_test.c | 53 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in group_pmc56_exclude_constraints()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | event_attributes_test.c | 77 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_attributes() 89 FAIL_IF(event_open_with_group(&event, leader.fd) == 0); in event_attributes() 104 FAIL_IF(event_open_with_group(&event, leader.fd) == 0); in event_attributes()
|
H A D | multi_counter_test.c | 40 FAIL_IF(event_open_with_group(&events[i], group_fd)); in multi_counter()
|
/linux/tools/testing/selftests/powerpc/security/ |
H A D | spectre_v2.c | 149 FAIL_IF(event_open_with_group(&events[1], events[0].fd) == -1); in spectre_v2_test() 158 FAIL_IF(event_open_with_group(&events[2], events[0].fd) == -1); in spectre_v2_test() 159 FAIL_IF(event_open_with_group(&events[3], events[0].fd) == -1); in spectre_v2_test()
|
/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | count_stcx_fail.c | 119 if (event_open_with_group(&events[1], events[0].fd)) { in test_body() 124 if (event_open_with_group(&events[2], events[0].fd)) { in test_body()
|
H A D | event.h | 37 int event_open_with_group(struct event *e, int group_fd);
|
H A D | per_event_excludes.c | 68 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in per_event_excludes()
|
H A D | count_instructions.c | 107 if (event_open_with_group(&events[1], events[0].fd)) { in test_body()
|
H A D | event.c | 80 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() function
|