Lines Matching full:with

67 …* cpu_map__is_dummy - Events associated with a pid, rather than a CPU, use a single dummy map with
101 * cpu_aggr_map__empty_new - Create a cpu_aggr_map of size nr with every entry
109 * cpu_aggr_map__new - Create a cpu_aggr_map with an aggr_cpu_id for each cpu in
110 * cpus. The aggr_cpu_id is created with 'get_id' that may have a data value
111 * passed to it. The cpu_aggr_map is sorted with duplicate values removed.
123 * aggr_cpu_id__socket - Create an aggr_cpu_id with the socket populated with
124 * the socket for cpu. The function signature is compatible with
129 * aggr_cpu_id__die - Create an aggr_cpu_id with the die and socket populated
130 * with the die and socket for cpu. The function signature is compatible with
135 * aggr_cpu_id__cluster - Create an aggr_cpu_id with cluster, die and socket
136 * populated with the cluster, die and socket for cpu. The function signature
137 * is compatible with aggr_cpu_id_get_t.
141 * aggr_cpu_id__core - Create an aggr_cpu_id with the core, cluster, die and
142 * socket populated with the core, die and socket for cpu. The function
143 * signature is compatible with aggr_cpu_id_get_t.
147 * aggr_cpu_id__core - Create an aggr_cpu_id with the cpu, core, die and socket
148 * populated with the cpu, core, die and socket for cpu. The function signature
149 * is compatible with aggr_cpu_id_get_t.
153 * aggr_cpu_id__node - Create an aggr_cpu_id with the numa node populated for
154 * cpu. The function signature is compatible with aggr_cpu_id_get_t.
159 * The function signature is compatible with aggr_cpu_id_get_t.