Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Dlbr.c260 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()
442 bool need_info = x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO; in intel_pmu_lbr_restore()
459 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_restore()
534 bool need_info = x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO; in intel_pmu_lbr_save()
840 if (lbr_format == LBR_FORMAT_INFO && need_info) { in intel_pmu_lbr_read_64()
1115 (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)) in intel_pmu_setup_hw_lbr_filter()
1840 lbr->info = (lbr_fmt == LBR_FORMAT_INFO) ? x86_pmu.lbr_info : 0; in x86_perf_get_lbr()
/Linux-v5.10/arch/x86/events/
Dperf_event.h213 LBR_FORMAT_INFO = 0x05, enumerator