mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
Reduce duplication in the JSONs by referencing standard events from
armv8-common-and-microarch.json
In general the "PublicDescription" fields are not modified when somewhat
significantly worded differently than the standard.
Apart from that, description and names for events slightly different to
standard are changed (to standard) for consistency.
Note that names for events 0x34 and 0x35 are non-standard and remain
unchanged. Those events came from the following originally:
4c2479c67b/Documentation/arm64/eMAG-ARM-CoreImpDefined.pdf
Signed-off-by: John Garry <john.garry@huawei.com>
Acked-by: Will Deacon <will@kernel.org>
Cc: James Clark <james.clark@arm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Nakamura, Shunsuke/中村 俊介 <nakamura.shun@fujitsu.com>
Cc: mathieu.poirier@linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linuxarm@openeuler.org
Link: https://lore.kernel.org/r/1611835236-34696-4-git-send-email-john.garry@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
[
|
|
{
|
|
"ArchStdEvent": "LD_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "ST_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "LDST_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "DP_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "ASE_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "VFP_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "PC_WRITE_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "CRYPTO_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "ISB_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "DSB_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "DMB_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "RC_LD_SPEC"
|
|
},
|
|
{
|
|
"ArchStdEvent": "RC_ST_SPEC"
|
|
},
|
|
{
|
|
"PublicDescription": "Instruction architecturally executed, software increment",
|
|
"ArchStdEvent": "SW_INCR",
|
|
"BriefDescription": "Software increment"
|
|
},
|
|
{
|
|
"ArchStdEvent": "INST_RETIRED",
|
|
},
|
|
{
|
|
"ArchStdEvent": "CID_WRITE_RETIRED",
|
|
"BriefDescription": "Write to CONTEXTIDR"
|
|
},
|
|
{
|
|
"ArchStdEvent": "INST_SPEC",
|
|
},
|
|
{
|
|
"ArchStdEvent": "TTBR_WRITE_RETIRED",
|
|
},
|
|
{
|
|
"PublicDescription": "This event counts all branches, taken or not. This excludes exception entries, debug entries and CCFAIL branches",
|
|
"ArchStdEvent": "BR_RETIRED",
|
|
},
|
|
{
|
|
"PublicDescription": "This event counts any branch counted by BR_RETIRED which is not correctly predicted and causes a pipeline flush",
|
|
"ArchStdEvent": "BR_MIS_PRED_RETIRED",
|
|
},
|
|
{
|
|
"PublicDescription": "Operation speculatively executed, NOP",
|
|
"EventCode": "0x100",
|
|
"EventName": "NOP_SPEC",
|
|
"BriefDescription": "Speculatively executed, NOP"
|
|
}
|
|
]
|