Searched refs:event_open_with_options (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) event_open_with_options() function 65 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, group_fd); event_open_with_group() 70 return event_open_with_options(e, pid, PERF_NO_CPU, PERF_NO_GROUP); event_open_with_pid() 75 return event_open_with_options(e, PERF_NO_PID, cpu, PERF_NO_GROUP); event_open_with_cpu() 80 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, PERF_NO_GROUP); event_open()
|
H A D | event.h | 30 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd);
|
Completed in 34 milliseconds