mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
perf vendor events intel: Update ivybridge and ivytown
Update to versions 24 and 23 respectively. Adds the event BR_MISP_EXEC.INDIRECT. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Edward Baker <edward.baker@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20230328234142.1080045-1-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
337fa2db04
commit
3195932152
|
|
@ -215,6 +215,14 @@
|
|||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xc4"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Speculative mispredicted indirect branches",
|
||||
"EventCode": "0x89",
|
||||
"EventName": "BR_MISP_EXEC.INDIRECT",
|
||||
"PublicDescription": "Counts speculatively miss-predicted indirect branches at execution time. Counts for indirect near CALL or JMP instructions (RET excluded).",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xe4"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Not taken speculative and retired mispredicted macro conditional branches",
|
||||
"EventCode": "0x89",
|
||||
|
|
|
|||
|
|
@ -215,6 +215,14 @@
|
|||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xc4"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Speculative mispredicted indirect branches",
|
||||
"EventCode": "0x89",
|
||||
"EventName": "BR_MISP_EXEC.INDIRECT",
|
||||
"PublicDescription": "Counts speculatively miss-predicted indirect branches at execution time. Counts for indirect near CALL or JMP instructions (RET excluded).",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xe4"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Not taken speculative and retired mispredicted macro conditional branches",
|
||||
"EventCode": "0x89",
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ GenuineIntel-6-(3C|45|46),v33,haswell,core
|
|||
GenuineIntel-6-3F,v27,haswellx,core
|
||||
GenuineIntel-6-(7D|7E|A7),v1.17,icelake,core
|
||||
GenuineIntel-6-6[AC],v1.19,icelakex,core
|
||||
GenuineIntel-6-3A,v23,ivybridge,core
|
||||
GenuineIntel-6-3E,v22,ivytown,core
|
||||
GenuineIntel-6-3A,v24,ivybridge,core
|
||||
GenuineIntel-6-3E,v23,ivytown,core
|
||||
GenuineIntel-6-2D,v23,jaketown,core
|
||||
GenuineIntel-6-(57|85),v10,knightslanding,core
|
||||
GenuineIntel-6-A[AC],v1.01,meteorlake,core
|
||||
|
|
|
|||
|
Loading…
Reference in New Issue
Block a user