Re: [PATCH 1/6] x86,perf/cqm: Fix cqm handling of grouping events into a cache_group
From: Vikas Shivappa
Date: Wed Mar 09 2016 - 19:17:30 EST
On Mon, 7 Mar 2016, Peter Zijlstra wrote:
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.
Will fix..
thanks,
vikas