Searched refs:event_open_with_group (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/powerpc/pmu/ebb/ |
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()
|
D | multi_counter_test.c | 40 FAIL_IF(event_open_with_group(&events[i], group_fd)); in multi_counter()
|
/tools/testing/selftests/powerpc/security/ |
D | spectre_v2.c | 151 FAIL_IF(event_open_with_group(&events[1], events[0].fd) == -1); in spectre_v2_test() 160 FAIL_IF(event_open_with_group(&events[2], events[0].fd) == -1); in spectre_v2_test() 161 FAIL_IF(event_open_with_group(&events[3], events[0].fd) == -1); in spectre_v2_test()
|
/tools/testing/selftests/powerpc/pmu/ |
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()
|
D | event.h | 31 int event_open_with_group(struct event *e, int group_fd);
|
D | per_event_excludes.c | 68 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in per_event_excludes()
|
D | count_instructions.c | 107 if (event_open_with_group(&events[1], events[0].fd)) { in test_body()
|
D | event.c | 63 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() function
|