Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dlbr.c208 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()
218 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_reset()
260 int lbr_format = x86_pmu.intel_cap.lbr_format; in lbr_from_signext_quirk_needed() local
264 return !tsx_support && (lbr_desc[lbr_format] & LBR_TSX); in lbr_from_signext_quirk_needed()
350 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_restore()
374 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_save()
527 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64() local
544 int lbr_flags = lbr_desc[lbr_format]; in intel_pmu_lbr_read_64()
549 if (lbr_format == LBR_FORMAT_INFO && need_info) { in intel_pmu_lbr_read_64()
560 if (lbr_format == LBR_FORMAT_TIME) { in intel_pmu_lbr_read_64()
[all …]
/arch/x86/events/
Dperf_event.h449 u64 lbr_format:6; member