Skip to content

Commit 0114009

Browse files
Thomas Richterhcahca
authored andcommitted
s390/pai_ext: Update PAI extension 1 counters
Update the internal array of PAI extension 1 NNPA counter string table to support specialized processor instrumentation assist instructions. Signed-off-by: Thomas Richter <[email protected]> Acked-by: Sumanth Korikkar <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 4ae4855 commit 0114009

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/s390/kernel/perf_pai_ext.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,15 @@ static const char * const paiext_ctrnames[] = {
635635
[25] = "NNPA_1MFRAME",
636636
[26] = "NNPA_2GFRAME",
637637
[27] = "NNPA_ACCESSEXCEPT",
638+
[28] = "NNPA_TRANSFORM",
639+
[29] = "NNPA_GELU",
640+
[30] = "NNPA_MOMENTS",
641+
[31] = "NNPA_LAYERNORM",
642+
[32] = "NNPA_MATMUL_OP_BCAST1",
643+
[33] = "NNPA_SQRT",
644+
[34] = "NNPA_INVSQRT",
645+
[35] = "NNPA_NORM",
646+
[36] = "NNPA_REDUCE",
638647
};
639648

640649
static void __init attr_event_free(struct attribute **attrs, int num)

0 commit comments

Comments
 (0)