Searched refs:get_group_fd (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evsel.c | 87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() function 157 err = get_group_fd(evsel, idx, thread, &group_fd); in perf_evsel__open()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 1559 static int get_group_fd(struct evsel *evsel, int cpu, int thread) in get_group_fd() function 1791 group_fd = get_group_fd(evsel, cpu, thread); in evsel__open_cpu()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 1653 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd() function 2059 group_fd = get_group_fd(evsel, idx, thread); in evsel__open_cpu()
|
Completed in 8 milliseconds