Searched refs:event_open_with_group (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/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()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/security/ |
D | spectre_v2.c | 148 FAIL_IF(event_open_with_group(&events[1], events[0].fd) == -1); in spectre_v2_test() 157 FAIL_IF(event_open_with_group(&events[2], events[0].fd) == -1); in spectre_v2_test() 158 FAIL_IF(event_open_with_group(&events[3], events[0].fd) == -1); in spectre_v2_test()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
D | event.h | 31 int event_open_with_group(struct event *e, int group_fd);
|
D | per_event_excludes.c | 71 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
|