Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dgroup_pmc56_exclude_constraints_test.c53 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 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()
H A Dmulti_counter_test.c40 FAIL_IF(event_open_with_group(&events[i], group_fd)); in multi_counter()
/linux/tools/testing/selftests/powerpc/security/
H A 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()
/linux/tools/testing/selftests/powerpc/pmu/
H A 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()
H A Devent.h37 int event_open_with_group(struct event *e, int group_fd);
H A Dper_event_excludes.c68 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in per_event_excludes()
H A Dcount_instructions.c107 if (event_open_with_group(&events[1], events[0].fd)) { in test_body()
H A Devent.c80 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() function