corep             310 drivers/misc/sgi-gru/grufile.c static unsigned long gru_chiplet_cpu_to_mmr(int chiplet, int cpu, int *corep)
corep             335 drivers/misc/sgi-gru/grufile.c 	*corep = core;
corep            1024 tools/perf/builtin-stat.c 				    struct perf_cpu_map **corep)
corep            1026 tools/perf/builtin-stat.c 	return cpu_map__build_map(cpus, corep, perf_env__get_core, env);
corep             248 tools/perf/util/cpumap.c int cpu_map__build_core_map(struct perf_cpu_map *cpus, struct perf_cpu_map **corep)
corep             250 tools/perf/util/cpumap.c 	return cpu_map__build_map(cpus, corep, cpu_map__get_core, NULL);
corep              25 tools/perf/util/cpumap.h int cpu_map__build_core_map(struct perf_cpu_map *cpus, struct perf_cpu_map **corep);