commit | dbbdb0cfdd7c52fdbfdc3ff2d650e0836aa624be | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Oct 05 11:55:05 2016 -0700 |
committer | Andi Kleen <ak@linux.intel.com> | Wed Oct 05 11:56:28 2016 -0700 |
tree | fc063f1569cf1ca65c3c3d343ef3ec74d8338f44 | |
parent | f5155556efb0bb343e4db04c0ac6453740f4de10 [diff] |
perf, tools: Fix incorrect conversion of INST_RETIRED.ANY INST_RETIRED.ANY is special cased for the Intel JSON event conversion because it is a fixed counter. Unfortunately forgot to add the any=1. Add it here. Signed-off-by: Andi Kleen <ak@linux.intel.com>