Home
last modified time | relevance | path

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

/external/linux-kselftest/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()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.h31 int event_open_with_group(struct event *e, int group_fd);
Dper_event_excludes.c71 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.c63 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() function