Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/
Debb_on_child_test.c72 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_child()
Dtask_event_vs_ebb_test.c30 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
Debb_on_willing_child_test.c78 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()
/linux-6.1.9/tools/testing/selftests/powerpc/pmu/
Devent.h38 int event_open_with_pid(struct event *e, pid_t pid);
Devent.c85 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid() function