We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae4855 commit 0114009Copy full SHA for 0114009
arch/s390/kernel/perf_pai_ext.c
@@ -635,6 +635,15 @@ static const char * const paiext_ctrnames[] = {
635
[25] = "NNPA_1MFRAME",
636
[26] = "NNPA_2GFRAME",
637
[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",
647
};
648
649
static void __init attr_event_free(struct attribute **attrs, int num)
0 commit comments