diff options
author | Andi Kleen <ak@linux.intel.com> | 2016-10-05 09:53:09 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-10-17 13:39:47 -0300 |
commit | edaa78b4c050ec0a0fc7f436cdf6a73c91af64e0 (patch) | |
tree | 3bed0ba41c0c3a7ba90115397d26d7b628b0e8d4 /tools/perf/pmu-events/arch/x86/nehalemep/frontend.json | |
parent | 55d42d272ee30cd781e74a9c4ab152664c6417fc (diff) |
perf vendor events: Add NehalemEP V2 event file
Add a Intel event file for perf.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/n/tip-ae0xxgo3k6w8hczxwqcfzgc7@git.kernel.org
[ Lowercased the directory and file names ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/nehalemep/frontend.json')
-rw-r--r-- | tools/perf/pmu-events/arch/x86/nehalemep/frontend.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/perf/pmu-events/arch/x86/nehalemep/frontend.json b/tools/perf/pmu-events/arch/x86/nehalemep/frontend.json new file mode 100644 index 000000000000..e5e21e03444d --- /dev/null +++ b/tools/perf/pmu-events/arch/x86/nehalemep/frontend.json @@ -0,0 +1,26 @@ +[ + { + "EventCode": "0xD0", + "Counter": "0,1,2,3", + "UMask": "0x1", + "EventName": "MACRO_INSTS.DECODED", + "SampleAfterValue": "2000000", + "BriefDescription": "Instructions decoded" + }, + { + "EventCode": "0xA6", + "Counter": "0,1,2,3", + "UMask": "0x1", + "EventName": "MACRO_INSTS.FUSIONS_DECODED", + "SampleAfterValue": "2000000", + "BriefDescription": "Macro-fused instructions decoded" + }, + { + "EventCode": "0x19", + "Counter": "0,1,2,3", + "UMask": "0x1", + "EventName": "TWO_UOP_INSTS_DECODED", + "SampleAfterValue": "2000000", + "BriefDescription": "Two Uop instructions decoded" + } +]
\ No newline at end of file |