Searched refs:event_open_with_options (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/ |
A D | event.c | 69 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options() function 82 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, group_fd); in event_open_with_group() 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()
|
A D | event.h | 36 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd);
|
Completed in 4 milliseconds