Home
last modified time | relevance | path

Searched refs:intel_cap (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/events/intel/
Dlbr.c212 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()
224 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_reset()
269 int lbr_format = x86_pmu.intel_cap.lbr_format; in lbr_from_signext_quirk_needed()
372 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_restore()
380 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_restore()
409 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in __intel_pmu_lbr_save()
491 if (x86_pmu.intel_cap.pebs_baseline && event->attr.precise_ip > 0) in intel_pmu_lbr_add()
512 if (x86_pmu.intel_cap.pebs_baseline && event->attr.precise_ip > 0) in intel_pmu_lbr_del()
576 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64()
675 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) in intel_pmu_lbr_read()
[all …]
Dds.c353 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1036 if (x86_pmu.intel_cap.pebs_baseline && add) { in pebs_update_state()
1117 if (x86_pmu.intel_cap.pebs_baseline) { in intel_pmu_pebs_enable()
1212 if (!x86_pmu.intel_cap.pebs_trap) in intel_pmu_pebs_fixup_ip()
1314 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
1429 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1454 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_fixed_sample_data()
1457 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1473 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_fixed_sample_data()
1626 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
[all …]
Dcore.c2220 if (x86_pmu.intel_cap.pebs_baseline && event->attr.precise_ip) { in intel_pmu_enable_fixed()
3829 if (!x86_pmu.intel_cap.pebs_output_pt_available) in intel_pmu_aux_output_match()
4584 x86_pmu.intel_cap.capabilities = capabilities; in intel_pmu_init()
5159 if (x86_pmu.intel_cap.full_width_write) { in intel_pmu_init()
/Linux-v5.4/arch/x86/events/
Dperf_event.h648 union perf_capabilities intel_cap; member
Dcore.c485 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()
510 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()