Searched refs:event_open_with_cpu (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | event.h | 33 int event_open_with_cpu(struct event *e, int cpu);
|
H A D | event.c | 73 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | cpu_event_vs_ebb_test.c | 31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
|
H A D | ebb_vs_cpu_event_test.c | 31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
|
H A D | cpu_event_pinned_vs_ebb_test.c | 33 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
|
H A D | event_attributes_test.c | 125 FAIL_IF(event_open_with_cpu(&event, 0) == 0); in event_attributes()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_vs_cpu_event_test.c | 31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
|
H A D | cpu_event_vs_ebb_test.c | 31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
|
H A D | cpu_event_pinned_vs_ebb_test.c | 33 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
|
H A D | event_attributes_test.c | 125 FAIL_IF(event_open_with_cpu(&event, 0) == 0); in event_attributes()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | event.h | 39 int event_open_with_cpu(struct event *e, int cpu);
|
H A D | event.c | 90 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu() function
|
Completed in 4 milliseconds