Re: [PATCH] tools/kvm_stat: fix out of date aarch64 kvm_exit reason definations

2021-04-05 Thread Stefan Raspl
{ 'HVC64':0x16, 'SMC64':0x17, 'SYS64':0x18, +'SVE': 0x19, +'ERET': 0x1a, +'FPAC':

Re: [PATCH] perf kvm: Fix subcommands on s390

2018-07-12 Thread Stefan Raspl
gt; This breaks perf kvm support which uses hard coded string IBM/S390 to > compare with the CPU identifier string. Fix this by changing the comparison. > > Fixes: eca0fa28cd0d ("perf record: Provide detailed information on s390 CPU") > Cc: Stefan Raspl > Cc: # 4.17 >

[PATCH] documentation: Add links to TRACE_EVENT documentation

2013-09-23 Thread Stefan Raspl
documentation: Add links to TRACE_EVENT documentation Existing tracepoint documentation doesn't mention the popular TRACE_EVENT macro. Since an excellent series of articles on proper usage already exists, respective links are added to the existing documentation. Signed-off-by: Stefan