[PATCHv2] perf kvm: add kvm-stat for arm64

Sergey Senozhatsky sergey.senozhatsky at gmail.com
Tue Sep 15 20:44:04 EDT 2020


On (20/09/15 21:21), Leo Yan wrote:
> 
> Sorry if I miss anything for this.
> 

No, you are absolutely right! I should have looked more attentively.

Is "IL" good enough for a decoded reason

 	{ARM_EXCEPTION_IRQ,		"IRQ"		},	\
 	{ARM_EXCEPTION_EL1_SERROR,	"SERROR"	},	\
 	{ARM_EXCEPTION_TRAP,		"TRAP"		},	\
+	{ARM_EXCEPTION_IL,		"IL"		}, \
 	{ARM_EXCEPTION_HYP_GONE,	"HYP_GONE"	}

or should there be "ILLEGAL", or maybe something even better?
ILLEGAL_EXC, etc.

	-ss



More information about the linux-arm-kernel mailing list