Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.h32 int event_open_with_pid(struct event *e, pid_t pid);
Devent.c68 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid() function
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dtask_event_vs_ebb_test.c30 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
Debb_on_child_test.c72 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_child()
Debb_on_willing_child_test.c80 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_willing_child()
Dtask_event_pinned_vs_ebb_test.c32 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()