Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.c49 #define PERF_NO_CPU -1 macro
65 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, group_fd); in event_open_with_group()
70 return event_open_with_options(e, pid, PERF_NO_CPU, PERF_NO_GROUP); in event_open_with_pid()
80 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, PERF_NO_GROUP); in event_open()