Home
last modified time | relevance | path

Searched defs:group_fd (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/tools/perf/util/
Devsel.c19 #define GROUP_FD(group_fd, cpu) (*(int *)xyarray__entry(group_fd, cpu, 0)) argument
314 int group_fd = group_fds ? GROUP_FD(group_fds, cpu) : -1; in __perf_evsel__open() local
376 struct xyarray *group_fd) in perf_evsel__open()
391 struct xyarray *group_fd) in perf_evsel__open_per_cpu()
399 struct xyarray *group_fd) in perf_evsel__open_per_thread()
Devlist.c751 struct xyarray *group_fd = NULL; in perf_evlist__open() local
/linux-3.4.99/tools/perf/
Dperf.h173 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
Dbuiltin-record.c191 struct xyarray *group_fd = NULL; in perf_record__open() local
Dbuiltin-top.c885 struct xyarray *group_fd = NULL; in perf_top__start_counters() local
Dbuiltin-stat.c285 struct xyarray *group_fd = NULL; in create_perf_stat_counter() local
/linux-3.4.99/kernel/events/
Dcore.c6339 pid_t, pid, int, cpu, int, group_fd, unsigned long, flags) in SYSCALL_DEFINE5() argument