Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dvmx_pmu_caps_test.c26 u64 pebs_format:4; member
45 .pebs_format = -1,
51 .pebs_format = -1,
178 for (val.pebs_format = 1; val.pebs_format; val.pebs_format++) { in KVM_ONE_VCPU_TEST()
179 if (val.pebs_format == host_cap.pebs_format) in KVM_ONE_VCPU_TEST()
184 val.pebs_format, host_cap.pebs_format); in KVM_ONE_VCPU_TEST()
/linux-6.15/arch/x86/events/intel/
H A Dds.c638 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1515 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_via_pt_enable()
1567 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_enable()
1755 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
1902 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1927 x86_pmu.intel_cap.pebs_format >= 1) { in setup_pebs_fixed_sample_data()
1932 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1951 if (x86_pmu.intel_cap.pebs_format >= 3) in setup_pebs_fixed_sample_data()
2232 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
2243 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
[all …]
H A Dcore.c4204 (x86_pmu.intel_cap.pebs_format >= 6) && in intel_pmu_hw_config()
/linux-6.15/arch/x86/events/
H A Dcore.c560 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()
585 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()
H A Dperf_event.h627 u64 pebs_format:4; member