Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_caps_test.c26 u64 pebs_format:4; member
45 .pebs_format = -1,
51 .pebs_format = -1,
196 for (val.pebs_format = 1; val.pebs_format; val.pebs_format++) { in test_immutable_perf_capabilities()
197 if (val.pebs_format == host_cap.pebs_format) in test_immutable_perf_capabilities()
202 val.pebs_format, host_cap.pebs_format); in test_immutable_perf_capabilities()
/Linux-v6.6/arch/x86/events/intel/
Dds.c528 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
1317 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_via_pt_enable()
1369 if (x86_pmu.intel_cap.pebs_format < 5) in intel_pmu_pebs_enable()
1557 if (x86_pmu.intel_cap.pebs_format < 4) in get_pebs_status()
1705 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1730 x86_pmu.intel_cap.pebs_format >= 1) { in setup_pebs_fixed_sample_data()
1735 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_fixed_sample_data()
1754 if (x86_pmu.intel_cap.pebs_format >= 3) in setup_pebs_fixed_sample_data()
1937 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
1948 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
[all …]
/Linux-v6.6/arch/x86/events/
Dperf_event.h601 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()