Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds