perf/x86/intel: Expose existence of callback support to KVM
authorSean Christopherson <seanjc@google.com>
Thu, 7 Mar 2024 01:13:43 +0000 (17:13 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 11 Apr 2024 19:58:47 +0000 (12:58 -0700)
commit0d0b60865071115f6da76090f0dbc1f0e8b9c647
treede2bb1f05c9d7ee602117c754c119ee72cec8077
parent447112d7edd77fa468938377418434233bcb3709
perf/x86/intel: Expose existence of callback support to KVM

Add a "has_callstack" field to the x86_pmu_lbr structure used to pass
information to KVM, and set it accordingly in x86_perf_get_lbr().  KVM
will use has_callstack to avoid trying to create perf LBR events with
PERF_SAMPLE_BRANCH_CALL_STACK on CPUs that don't support callstacks.

Reviewed-by: Mingwei Zhang <mizhang@google.com>
Link: https://lore.kernel.org/r/20240307011344.835640-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/events/intel/lbr.c
arch/x86/include/asm/perf_event.h