mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 23:46:45 +00:00

Use 0x%02x format for all event codes and umasks as this helps in tracking changes of automatically generated event tables. Reviewed-by: Robert Richter <rrichter@amd.com> Signed-off-by: Smita Koralahalli <Smita.KoralahalliChannabasappa@amd.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Kim Phillips <kim.phillips@amd.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Martin Liška <mliska@suse.cz> Cc: Michael Petlan <mpetlan@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Vijay Thakkar <vijaythakkar@me.com> Cc: linux-perf-users@vger.kernel.org Link: https://lore.kernel.org/r/20210406215944.113332-4-Smita.KoralahalliChannabasappa@amd.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
[
|
|
{
|
|
"EventName": "bp_l1_btb_correct",
|
|
"EventCode": "0x8a",
|
|
"BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
|
|
},
|
|
{
|
|
"EventName": "bp_l2_btb_correct",
|
|
"EventCode": "0x8b",
|
|
"BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
|
|
},
|
|
{
|
|
"EventName": "bp_dyn_ind_pred",
|
|
"EventCode": "0x8e",
|
|
"BriefDescription": "Dynamic Indirect Predictions.",
|
|
"PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
|
|
},
|
|
{
|
|
"EventName": "bp_de_redirect",
|
|
"EventCode": "0x91",
|
|
"BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
|
},
|
|
{
|
|
"EventName": "bp_l1_tlb_fetch_hit",
|
|
"EventCode": "0x94",
|
|
"BriefDescription": "The number of instruction fetches that hit in the L1 ITLB.",
|
|
"UMask": "0xff"
|
|
},
|
|
{
|
|
"EventName": "bp_l1_tlb_fetch_hit.if1g",
|
|
"EventCode": "0x94",
|
|
"BriefDescription": "The number of instruction fetches that hit in the L1 ITLB. Instruction fetches to a 1GB page.",
|
|
"UMask": "0x04"
|
|
},
|
|
{
|
|
"EventName": "bp_l1_tlb_fetch_hit.if2m",
|
|
"EventCode": "0x94",
|
|
"BriefDescription": "The number of instruction fetches that hit in the L1 ITLB. Instruction fetches to a 2MB page.",
|
|
"UMask": "0x02"
|
|
},
|
|
{
|
|
"EventName": "bp_l1_tlb_fetch_hit.if4k",
|
|
"EventCode": "0x94",
|
|
"BriefDescription": "The number of instruction fetches that hit in the L1 ITLB. Instruction fetches to a 4KB page.",
|
|
"UMask": "0x01"
|
|
},
|
|
{
|
|
"EventName": "bp_tlb_rel",
|
|
"EventCode": "0x99",
|
|
"BriefDescription": "The number of ITLB reload requests."
|
|
}
|
|
]
|