Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dtask_event_vs_ebb_test.c49 exit(ebb_child(write_pipe, read_pipe)); in task_event_vs_ebb()
Dcpu_event_vs_ebb_test.c54 exit(ebb_child(write_pipe, read_pipe)); in cpu_event_vs_ebb()
Debb.h73 int ebb_child(union pipe read_pipe, union pipe write_pipe);
Debb_vs_cpu_event_test.c54 exit(ebb_child(write_pipe, read_pipe)); in ebb_vs_cpu_event()
Dtask_event_pinned_vs_ebb_test.c51 exit(ebb_child(write_pipe, read_pipe)); in task_event_pinned_vs_ebb()
Dcpu_event_pinned_vs_ebb_test.c56 exit(ebb_child(write_pipe, read_pipe)); in cpu_event_pinned_vs_ebb()
Debb.c340 int ebb_child(union pipe read_pipe, union pipe write_pipe) in ebb_child() function