Lines Matching refs:perf_cpu
34 struct perf_cpu cpu;
63 struct perf_cpu cpu__max_cpu(void);
64 struct perf_cpu cpu__max_present_cpu(void);
78 int cpu__get_node(struct perf_cpu cpu);
83 int cpu__get_socket_id(struct perf_cpu cpu);
88 int cpu__get_die_id(struct perf_cpu cpu);
93 int cpu__get_cluster_id(struct perf_cpu cpu);
98 int cpu__get_core_id(struct perf_cpu cpu);
106 typedef struct aggr_cpu_id (*aggr_cpu_id_get_t)(struct perf_cpu cpu, void *data);
127 struct aggr_cpu_id aggr_cpu_id__socket(struct perf_cpu cpu, void *data);
133 struct aggr_cpu_id aggr_cpu_id__die(struct perf_cpu cpu, void *data);
139 struct aggr_cpu_id aggr_cpu_id__cluster(struct perf_cpu cpu, void *data);
145 struct aggr_cpu_id aggr_cpu_id__core(struct perf_cpu cpu, void *data);
151 struct aggr_cpu_id aggr_cpu_id__cpu(struct perf_cpu cpu, void *data);
156 struct aggr_cpu_id aggr_cpu_id__node(struct perf_cpu cpu, void *data);
161 struct aggr_cpu_id aggr_cpu_id__global(struct perf_cpu cpu, void *data);