Home
last modified time | relevance | path

Searched refs:x86_pmu_has_lbr_callstack (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/events/intel/
H A Dlbr.c1074 if (!x86_pmu_has_lbr_callstack()) in intel_pmu_setup_sw_lbr_filter()
1707 lbr->has_callstack = x86_pmu_has_lbr_callstack(); in x86_perf_get_lbr()
/linux/arch/x86/events/
H A Dperf_event.h1176 static inline bool x86_pmu_has_lbr_callstack(void) in x86_pmu_has_lbr_callstack() function