Home
last modified time | relevance | path

Searched refs:event_open_with_group (Results 1 – 21 of 21) sorted by relevance

/tools/testing/selftests/powerpc/pmu/event_code_tests/
Devent_alternatives_tests_p9.c53 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()
Dgroup_constraint_thresh_cmp_test.c53 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()
Dgroup_constraint_repeat_test.c40 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()
Dgroup_constraint_mmcra_sample_test.c38 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()
Dgroup_constraint_radix_scope_qual_test.c41 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()
Dgroup_constraint_thresh_sel_test.c44 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()
Dgroup_constraint_cache_test.c41 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()
Dgroup_constraint_thresh_ctl_test.c45 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()
Dgroup_constraint_l2l3_sel_test.c45 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()
Dgroup_constraint_unit_test.c59 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()
Dgroup_constraint_pmc_count_test.c56 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()
Devent_alternatives_tests_p10.c70 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()
Dgroup_pmc56_exclude_constraints_test.c53 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in group_pmc56_exclude_constraints()
/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c77 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()
Dmulti_counter_test.c40 FAIL_IF(event_open_with_group(&events[i], group_fd)); in multi_counter()
/tools/testing/selftests/powerpc/security/
Dspectre_v2.c149 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()
/tools/testing/selftests/powerpc/pmu/
Dcount_stcx_fail.c119 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()
Devent.h37 int event_open_with_group(struct event *e, int group_fd);
Dper_event_excludes.c68 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in per_event_excludes()
Dcount_instructions.c107 if (event_open_with_group(&events[1], events[0].fd)) { in test_body()
Devent.c80 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() function