mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
This patch add the Sifive U74 JSON file. Link: https://sifive.cdn.prismic.io/sifive/ad5577a0-9a00-45c9-a5d0-424a3d586060_u74_core_complex_manual_21G3.pdf Derived-from-code-by: João Mário Domingos <joao.mario@tecnico.ulisboa.pt> Signed-off-by: Nikita Shubin <n.shubin@yadro.com> Tested-by: Kautuk Consul <kconsul@ventanamicro.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Cc: Albert Ou <aou@eecs.berkeley.edu> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Anup Patel <anup@brainfault.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Palmer Dabbelt <palmer@dabbelt.com> Cc: Paul Walmsley <paul.walmsley@sifive.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: linux-riscv@lists.infradead.org Cc: linux@yadro.com Link: https://lore.kernel.org/r/20220815132251.25702-4-nikita.shubin@maquefel.me Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
[
|
|
{
|
|
"EventName": "EXCEPTION_TAKEN",
|
|
"EventCode": "0x0000100",
|
|
"BriefDescription": "Exception taken"
|
|
},
|
|
{
|
|
"EventName": "INTEGER_LOAD_RETIRED",
|
|
"EventCode": "0x0000200",
|
|
"BriefDescription": "Integer load instruction retired"
|
|
},
|
|
{
|
|
"EventName": "INTEGER_STORE_RETIRED",
|
|
"EventCode": "0x0000400",
|
|
"BriefDescription": "Integer store instruction retired"
|
|
},
|
|
{
|
|
"EventName": "ATOMIC_MEMORY_RETIRED",
|
|
"EventCode": "0x0000800",
|
|
"BriefDescription": "Atomic memory operation retired"
|
|
},
|
|
{
|
|
"EventName": "SYSTEM_INSTRUCTION_RETIRED",
|
|
"EventCode": "0x0001000",
|
|
"BriefDescription": "System instruction retired"
|
|
},
|
|
{
|
|
"EventName": "INTEGER_ARITHMETIC_RETIRED",
|
|
"EventCode": "0x0002000",
|
|
"BriefDescription": "Integer arithmetic instruction retired"
|
|
},
|
|
{
|
|
"EventName": "CONDITIONAL_BRANCH_RETIRED",
|
|
"EventCode": "0x0004000",
|
|
"BriefDescription": "Conditional branch retired"
|
|
},
|
|
{
|
|
"EventName": "JAL_INSTRUCTION_RETIRED",
|
|
"EventCode": "0x0008000",
|
|
"BriefDescription": "JAL instruction retired"
|
|
},
|
|
{
|
|
"EventName": "JALR_INSTRUCTION_RETIRED",
|
|
"EventCode": "0x0010000",
|
|
"BriefDescription": "JALR instruction retired"
|
|
},
|
|
{
|
|
"EventName": "INTEGER_MULTIPLICATION_RETIRED",
|
|
"EventCode": "0x0020000",
|
|
"BriefDescription": "Integer multiplication instruction retired"
|
|
},
|
|
{
|
|
"EventName": "INTEGER_DIVISION_RETIRED",
|
|
"EventCode": "0x0040000",
|
|
"BriefDescription": "Integer division instruction retired"
|
|
},
|
|
{
|
|
"EventName": "FP_LOAD_RETIRED",
|
|
"EventCode": "0x0080000",
|
|
"BriefDescription": "Floating-point load instruction retired"
|
|
},
|
|
{
|
|
"EventName": "FP_STORE_RETIRED",
|
|
"EventCode": "0x0100000",
|
|
"BriefDescription": "Floating-point store instruction retired"
|
|
},
|
|
{
|
|
"EventName": "FP_ADDITION_RETIRED",
|
|
"EventCode": "0x0200000",
|
|
"BriefDescription": "Floating-point addition retired"
|
|
},
|
|
{
|
|
"EventName": "FP_MULTIPLICATION_RETIRED",
|
|
"EventCode": "0x0400000",
|
|
"BriefDescription": "Floating-point multiplication retired"
|
|
},
|
|
{
|
|
"EventName": "FP_FUSEDMADD_RETIRED",
|
|
"EventCode": "0x0800000",
|
|
"BriefDescription": "Floating-point fused multiply-add retired"
|
|
},
|
|
{
|
|
"EventName": "FP_DIV_SQRT_RETIRED",
|
|
"EventCode": "0x1000000",
|
|
"BriefDescription": "Floating-point division or square-root retired"
|
|
},
|
|
{
|
|
"EventName": "OTHER_FP_RETIRED",
|
|
"EventCode": "0x2000000",
|
|
"BriefDescription": "Other floating-point instruction retired"
|
|
}
|
|
] |