Re: [PATCH 1/6] x86,perf/cqm: Fix cqm handling of grouping events into a cache_group

From: Peter Zijlstra
Date: Mon Mar 07 2016 - 18:05:00 EST


On Tue, Mar 01, 2016 at 03:48:23PM -0800, Vikas Shivappa wrote:
> --- a/include/linux/perf_event.h
> +++ b/include/linux/perf_event.h
> @@ -121,6 +121,7 @@ struct hw_perf_event {
> struct { /* intel_cqm */
> int cqm_state;
> u32 cqm_rmid;
> + bool is_group_event;
> struct list_head cqm_events_entry;
> struct list_head cqm_groups_entry;
> struct list_head cqm_group_entry;

Please, no 'bool' in structures.