Home
last modified time | relevance | path

Searched refs:ebb_child (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtask_event_vs_ebb_test.c51 exit(ebb_child(write_pipe, read_pipe)); in task_event_vs_ebb()
H A Dcpu_event_vs_ebb_test.c55 exit(ebb_child(write_pipe, read_pipe)); in cpu_event_vs_ebb()
H A Dtask_event_pinned_vs_ebb_test.c53 exit(ebb_child(write_pipe, read_pipe)); in task_event_pinned_vs_ebb()
H A Debb.h72 int ebb_child(union pipe read_pipe, union pipe write_pipe);
H A Debb_vs_cpu_event_test.c55 exit(ebb_child(write_pipe, read_pipe)); in ebb_vs_cpu_event()
H A Dcpu_event_pinned_vs_ebb_test.c57 exit(ebb_child(write_pipe, read_pipe)); in cpu_event_pinned_vs_ebb()
H A Debb.c349 int ebb_child(union pipe read_pipe, union pipe write_pipe) in ebb_child() function