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

2021-04-05 Thread Stefan Raspl
, +'IMP_DEF': 0x1f, 'IABT': 0x20, 'IABT_HYP': 0x21, 'PC_ALIGN': 0x22, Reviewed-by: Stefan Raspl -- Mit freundlichen Grüßen / Kind regards Stefan Raspl Linux on Z

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 >

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 Raspl

[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 Raspl ra