Lines Matching refs:perf_cpu
26 struct perf_cpu cpu;
53 struct perf_cpu cpu__max_cpu(void);
54 struct perf_cpu cpu__max_present_cpu(void);
68 int cpu__get_node(struct perf_cpu cpu);
73 int cpu__get_socket_id(struct perf_cpu cpu);
78 int cpu__get_die_id(struct perf_cpu cpu);
83 int cpu__get_core_id(struct perf_cpu cpu);
91 typedef struct aggr_cpu_id (*aggr_cpu_id_get_t)(struct perf_cpu cpu, void *data);
112 struct aggr_cpu_id aggr_cpu_id__socket(struct perf_cpu cpu, void *data);
118 struct aggr_cpu_id aggr_cpu_id__die(struct perf_cpu cpu, void *data);
124 struct aggr_cpu_id aggr_cpu_id__core(struct perf_cpu cpu, void *data);
130 struct aggr_cpu_id aggr_cpu_id__cpu(struct perf_cpu cpu, void *data);
135 struct aggr_cpu_id aggr_cpu_id__node(struct perf_cpu cpu, void *data);