Searched refs:event_open_with_options (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/pmu/
H A Devent.c69 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) function
82 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, group_fd);
87 return event_open_with_options(e, pid, PERF_NO_CPU, PERF_NO_GROUP);
92 return event_open_with_options(e, PERF_NO_PID, cpu, PERF_NO_GROUP);
97 return event_open_with_options(e, PERF_CURRENT_PID, PERF_NO_CPU, PERF_NO_GROUP);
H A Devent.h36 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd);

Completed in 253 milliseconds