Searched refs:PERF_NO_GROUP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 50 #define PERF_NO_GROUP -1 macro 70 return event_open_with_options(e, pid, PERF_NO_CPU, PERF_NO_GROUP); in event_open_with_pid() 75 return event_open_with_options(e, PERF_NO_PID, cpu, PERF_NO_GROUP); in event_open_with_cpu() 80 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, PERF_NO_GROUP); in event_open()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 67 #define PERF_NO_GROUP -1 macro 87 return event_open_with_options(e, pid, PERF_NO_CPU, PERF_NO_GROUP); in event_open_with_pid() 92 return event_open_with_options(e, PERF_NO_PID, cpu, PERF_NO_GROUP); in event_open_with_cpu() 97 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, PERF_NO_GROUP); in event_open()
|
Completed in 2 milliseconds