Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcpu_event_vs_ebb_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
H A Debb_vs_cpu_event_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
H A Dcpu_event_pinned_vs_ebb_test.c33 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
H A Devent_attributes_test.c125 FAIL_IF(event_open_with_cpu(&event, 0) == 0); in event_attributes()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.h39 int event_open_with_cpu(struct event *e, int cpu);
H A Devent.c90 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu() function