Lines Matching full:with
57 …* cpu_map__is_dummy - Events associated with a pid, rather than a CPU, use a single dummy map with…
86 * cpu_aggr_map__empty_new - Create a cpu_aggr_map of size nr with every entry
94 * cpu_aggr_map__new - Create a cpu_aggr_map with an aggr_cpu_id for each cpu in
95 * cpus. The aggr_cpu_id is created with 'get_id' that may have a data value
96 * passed to it. The cpu_aggr_map is sorted with duplicate values removed.
108 * aggr_cpu_id__socket - Create an aggr_cpu_id with the socket populated with
109 * the socket for cpu. The function signature is compatible with
114 * aggr_cpu_id__die - Create an aggr_cpu_id with the die and socket populated
115 * with the die and socket for cpu. The function signature is compatible with
120 * aggr_cpu_id__core - Create an aggr_cpu_id with the core, die and socket
121 * populated with the core, die and socket for cpu. The function signature is
122 * compatible with aggr_cpu_id_get_t.
126 * aggr_cpu_id__core - Create an aggr_cpu_id with the cpu, core, die and socket
127 * populated with the cpu, core, die and socket for cpu. The function signature
128 * is compatible with aggr_cpu_id_get_t.
132 * aggr_cpu_id__node - Create an aggr_cpu_id with the numa node populated for
133 * cpu. The function signature is compatible with aggr_cpu_id_get_t.