diff options
Diffstat (limited to 'tools/perf/util/pmu.h')
| -rw-r--r-- | tools/perf/util/pmu.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/pmu.h b/tools/perf/util/pmu.h index 389e9729331f..eca99435f4a0 100644 --- a/tools/perf/util/pmu.h +++ b/tools/perf/util/pmu.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  #ifndef __PMU_H  #define __PMU_H @@ -22,6 +23,7 @@ struct perf_pmu {  	char *name;  	__u32 type;  	bool selectable; +	bool is_uncore;  	struct perf_event_attr *default_config;  	struct cpu_map *cpus;  	struct list_head format;  /* HEAD struct perf_pmu_format -> list */  |