Searched defs:group_fd (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | evsel.c | 19 #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()
|
D | evlist.c | 751 struct xyarray *group_fd = NULL; in perf_evlist__open() local
|
/linux-3.4.99/tools/perf/ |
D | perf.h | 173 pid_t pid, int cpu, int group_fd, in sys_perf_event_open()
|
D | builtin-record.c | 191 struct xyarray *group_fd = NULL; in perf_record__open() local
|
D | builtin-top.c | 885 struct xyarray *group_fd = NULL; in perf_top__start_counters() local
|
D | builtin-stat.c | 285 struct xyarray *group_fd = NULL; in create_perf_stat_counter() local
|
/linux-3.4.99/kernel/events/ |
D | core.c | 6339 pid_t, pid, int, cpu, int, group_fd, unsigned long, flags) in SYSCALL_DEFINE5() argument
|