X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Fperf%2Fpmu-events%2Fpmu-events.h;h=7da1a3743b77569602d71b9a9febac4f4c507ced;hb=560ccbc4a52c567096023e0c6a9b920048e59017;hp=c8f306b572f4906767e7cb5c6aad07d884b58a3c;hpb=aa27b32b76d0b1b242d43977da0e5358da1c825f;p=linux-2.6-microblaze.git diff --git a/tools/perf/pmu-events/pmu-events.h b/tools/perf/pmu-events/pmu-events.h index c8f306b572f4..7da1a3743b77 100644 --- a/tools/perf/pmu-events/pmu-events.h +++ b/tools/perf/pmu-events/pmu-events.h @@ -2,6 +2,11 @@ #ifndef PMU_EVENTS_H #define PMU_EVENTS_H +enum aggr_mode_class { + PerChip = 1, + PerCore +}; + /* * Describe each PMU event. Each CPU has a table of PMU events. */ @@ -14,6 +19,7 @@ struct pmu_event { const char *pmu; const char *unit; const char *perpkg; + const char *aggr_mode; const char *metric_expr; const char *metric_name; const char *metric_group;