Home
last modified time | relevance | path

Searched refs:pebs_format (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/x86/events/intel/
Dds.c473 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1270 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_via_pt_enable()
1303 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_enable()
1493 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
1622 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1647 x86_pmu.intel_cap.pebs_format >= 1) { in setup_pebs_fixed_sample_data()
1652 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1671 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_fixed_sample_data()
1861 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
1872 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_caps_test.c38 u64 pebs_format:4; member
/Linux-v6.1/arch/x86/events/
Dperf_event.h599 u64 pebs_format:4; member
Dcore.c552 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()
577 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()