-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf vendor events intel: Add core event list for Tigerlake
Add JSON core events for Tigerlake to perf. Based on JSON list v1.03: https://download.01.org/perfmon/TGL/ Reviewed-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Jin Yao <yao.jin@linux.intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20210719070058.4159-1-yao.jin@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
- Loading branch information
Jin Yao
authored and
Arnaldo Carvalho de Melo
committed
Aug 2, 2021
1 parent
c4db54b
commit 4babba5
Showing
8 changed files
with
2,844 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
94 changes: 94 additions & 0 deletions
94
tools/perf/pmu-events/arch/x86/tigerlake/floating-point.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
[ | ||
{ | ||
"BriefDescription": "Counts all microcode FP assists.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc1", | ||
"EventName": "ASSISTS.FP", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"PublicDescription": "Counts all microcode Floating Point assists.", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x2" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational 128-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.128B_PACKED_DOUBLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x4" | ||
}, | ||
{ | ||
"BriefDescription": "Number of SSE/AVX computational 128-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.128B_PACKED_SINGLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"PublicDescription": "Counts number of SSE/AVX computational 128-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x8" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.256B_PACKED_DOUBLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x10" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational 256-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.256B_PACKED_SINGLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x20" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational 512-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.512B_PACKED_DOUBLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x40" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational 512-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 16 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.512B_PACKED_SINGLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x80" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational scalar double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.SCALAR_DOUBLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x1" | ||
}, | ||
{ | ||
"BriefDescription": "Counts number of SSE/AVX computational scalar single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element.", | ||
"CollectPEBSRecord": "2", | ||
"Counter": "0,1,2,3,4,5,6,7", | ||
"EventCode": "0xc7", | ||
"EventName": "FP_ARITH_INST_RETIRED.SCALAR_SINGLE", | ||
"PEBScounters": "0,1,2,3,4,5,6,7", | ||
"SampleAfterValue": "100003", | ||
"UMask": "0x2" | ||
} | ||
] |
Oops, something went wrong.