Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
[deliverable/linux.git] / include / linux / perf_event.h
index 78fda2a69ab86bd45b55eed2a5bc3a4ebd9bbe16..f291275ffd71730f39dcab3e1fd227110088325a 100644 (file)
@@ -121,6 +121,7 @@ struct hw_perf_event {
                struct { /* intel_cqm */
                        int                     cqm_state;
                        u32                     cqm_rmid;
+                       int                     is_group_event;
                        struct list_head        cqm_events_entry;
                        struct list_head        cqm_groups_entry;
                        struct list_head        cqm_group_entry;
@@ -128,6 +129,10 @@ struct hw_perf_event {
                struct { /* itrace */
                        int                     itrace_started;
                };
+               struct { /* amd_power */
+                       u64     pwr_acc;
+                       u64     ptsc;
+               };
 #ifdef CONFIG_HAVE_HW_BREAKPOINT
                struct { /* breakpoint */
                        /*
This page took 0.028444 seconds and 5 git commands to generate.