Re: [PATCH V6 0/2] Stitch LBR call stack (kernel)

From: Peter Zijlstra
Date: Thu Feb 06 2020 - 11:22:30 EST


>
> Kan Liang (2):
> perf/core: Add new branch sample type for HW index of raw branch
> records
> perf/x86/intel: Output LBR TOS information
>
> arch/powerpc/perf/core-book3s.c | 1 +
> arch/x86/events/intel/lbr.c | 9 +++++++++
> include/linux/perf_event.h | 12 ++++++++++++
> include/uapi/linux/perf_event.h | 8 +++++++-
> kernel/events/core.c | 10 ++++++++++
> 5 files changed, 39 insertions(+), 1 deletion(-)

Thanks!