Searched refs:intel_cap (Results 1 – 5 of 5) sorted by relevance
354 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()1037 if (x86_pmu.intel_cap.pebs_baseline && add) { in pebs_update_state()1118 if (x86_pmu.intel_cap.pebs_baseline) { in intel_pmu_pebs_enable()1213 if (!x86_pmu.intel_cap.pebs_trap) in intel_pmu_pebs_fixup_ip()1315 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()1430 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()1455 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_fixed_sample_data()1458 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()1474 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_fixed_sample_data()1627 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()[all …]
260 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO) in intel_pmu_lbr_reset_64()320 int lbr_format = x86_pmu.intel_cap.lbr_format; in lbr_from_signext_quirk_needed()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()694 if (x86_pmu.intel_cap.pebs_baseline && event->attr.precise_ip > 0) in intel_pmu_lbr_add()738 if (x86_pmu.intel_cap.pebs_baseline && event->attr.precise_ip > 0) in intel_pmu_lbr_del()811 int lbr_format = x86_pmu.intel_cap.lbr_format; in intel_pmu_lbr_read_64()1115 (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)) in intel_pmu_setup_hw_lbr_filter()1697 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_LIP) in intel_pmu_lbr_init_knl()[all …]
2474 if (x86_pmu.intel_cap.pebs_baseline && event->attr.precise_ip) { in intel_pmu_enable_fixed()3614 if (x86_pmu.intel_cap.perf_metrics && is_topdown_event(event)) { in intel_pmu_hw_config()4087 if (x86_pmu.intel_cap.perf_metrics) { in intel_pmu_cpu_starting()4092 x86_pmu.intel_cap.perf_metrics = 0; in intel_pmu_cpu_starting()4200 if (!x86_pmu.intel_cap.pebs_output_pt_available) in intel_pmu_aux_output_match()4975 x86_pmu.intel_cap.capabilities = capabilities; in intel_pmu_init()4978 if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32) { in intel_pmu_init()4991 x86_pmu.intel_cap.anythread_deprecated = edx.split.anythread_deprecated; in intel_pmu_init()4992 if (x86_pmu.intel_cap.anythread_deprecated) in intel_pmu_init()5522 if (x86_pmu.intel_cap.anythread_deprecated) in intel_pmu_init()[all …]
523 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()548 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()1086 if (x86_pmu.intel_cap.perf_metrics && add_nr_metric_event(cpuc, event)) in collect_event()1599 if (x86_pmu.intel_cap.perf_metrics) in x86_pmu_del()
715 union perf_capabilities intel_cap; member