diff options
Diffstat (limited to 'tools/perf/util/stat.c')
| -rw-r--r-- | tools/perf/util/stat.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/util/stat.c b/tools/perf/util/stat.c index cdb154381a87..bd0decd6d753 100644 --- a/tools/perf/util/stat.c +++ b/tools/perf/util/stat.c @@ -95,6 +95,10 @@ static const char *id_str[PERF_STAT_EVSEL_ID__MAX] = {  	ID(TOPDOWN_SLOTS_RETIRED, topdown-slots-retired),  	ID(TOPDOWN_FETCH_BUBBLES, topdown-fetch-bubbles),  	ID(TOPDOWN_RECOVERY_BUBBLES, topdown-recovery-bubbles), +	ID(TOPDOWN_RETIRING, topdown-retiring), +	ID(TOPDOWN_BAD_SPEC, topdown-bad-spec), +	ID(TOPDOWN_FE_BOUND, topdown-fe-bound), +	ID(TOPDOWN_BE_BOUND, topdown-be-bound),  	ID(SMI_NUM, msr/smi/),  	ID(APERF, msr/aperf/),  };  | 
