Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_pmu_caps_test.c26 u64 pebs_format:4; member
45 .pebs_format = -1,
52 .pebs_format = -1,
179 for (val.pebs_format = 1; val.pebs_format; val.pebs_format++) { in KVM_ONE_VCPU_TEST()
180 if (val.pebs_format == host_cap.pebs_format) in KVM_ONE_VCPU_TEST()
185 val.pebs_format, host_cap.pebs_format); in KVM_ONE_VCPU_TEST()
/linux/arch/x86/events/intel/
H A Dds.c871 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1861 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_via_pt_enable()
1920 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_enable()
2114 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
2259 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
2284 x86_pmu.intel_cap.pebs_format >= 1) { in setup_pebs_fixed_sample_data()
2289 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
2308 if (x86_pmu.intel_cap.pebs_format >= 3) in setup_pebs_fixed_sample_data()
2755 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
2766 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
[all …]
H A Dcore.c4606 if (x86_pmu.intel_cap.pebs_format >= 6 && x86_pmu.intel_cap.pebs_baseline) in intel_pmu_has_pebs_counter_group()
/linux/arch/x86/events/
H A Dcore.c578 if (x86_pmu.lbr_nr || x86_pmu.intel_cap.pebs_format >= 2) in x86_pmu_max_precise()
604 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format < 2) { in x86_pmu_hw_config()
H A Dperf_event.h652 u64 pebs_format:4; member