Lines Matching +full:cpu +full:- +full:map
1 /* SPDX-License-Identifier: GPL-2.0 */
15 * Per fd, to map back from PERF_SAMPLE_ID to evsel, only used when there are
25 * queues for each CPU (per-cpu tracing) or task (per-thread tracing).
30 struct perf_cpu cpu; member
33 /* Guest machine pid and VCPU, valid only if machine_pid is non-zero */
44 /** The commonly used cpu map of CPUs the event should be opened upon, etc. */
47 * The cpu map read from the PMU. For core PMUs this is the list of all
49 * cpu map for opening the event on, for example, the first CPU on a
64 * system_wide is for events that need to be on every CPU, irrespective
66 * dummy event. Map propagation will set cpus for this event to all CPUs
67 * as software PMU events like dummy, have a CPU map that is empty.
71 * Some events, for example uncore events, require a CPU.
72 * i.e. it cannot be the 'any CPU' value of -1.