Home
last modified time | relevance | path

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

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