summaryrefslogtreecommitdiff
path: root/tests/cputestdata
Commit message (Expand)AuthorAgeFilesLines
* cpu_map: Add missing x86 feature "vgif"Tim Wiederhake2022-11-0818-6/+18
* cpu_map: Add missing x86 feature "v-vmsave-vmload"Tim Wiederhake2022-11-0818-6/+18
* cpu_map: Add missing x86 feature "avic"Tim Wiederhake2022-11-0818-6/+18
* cpu_map: Add missing x86 feature "intel-pt-lip"Tim Wiederhake2022-11-083-0/+3
* cpu_map: Add missing x86 feature "sgxlc"Tim Wiederhake2022-11-086-2/+6
* cpu_map: Add missing x86 feature "sgx"Tim Wiederhake2022-11-0821-7/+21
* cpu-data.py: Allow for more than child in feature nodesTim Wiederhake2022-11-081-4/+7
* cputestdata: Fix test data for EPYC 7502Tim Wiederhake2022-10-191-0/+1
* conf: cpu: Add <signature family=X model=X stepping=X/>Cole Robinson2022-06-1661-0/+61
* cpu_x86: Ignore enabled features for input models in x86DecodeUseCandidateJiri Denemark2022-05-063-8/+21
* cpu_x86: Penalize disabled features when computing CPU modelJiri Denemark2022-05-068-35/+48
* cputest: Add some real world baseline testsJiri Denemark2022-05-0613-0/+167
* cputest: Give better names to baseline testsJiri Denemark2022-05-069-0/+0
* cputest: Drop some old artificial baseline testsJiri Denemark2022-05-0611-203/+0
* cpu_map: Disable cpu64-rhel* for host-model and baselineJiri Denemark2022-05-061-1/+2
* cpu-data.py: Query hyperv enlightenmentsTim Wiederhake2022-01-281-0/+7
* cpu-data.py: Automatically adjust command line for kcpuidTim Wiederhake2021-05-071-1/+1
* cpu-data.py: Parse kcpuid outputTim Wiederhake2021-05-071-1/+52
* cpu-data.py: Factor out cpuid parsingTim Wiederhake2021-05-071-20/+24
* cpumap: Add support for ibrs CPU featureTim Wiederhake2021-03-012-0/+2
* cpu_map: Remove intel-pt from x86 CPU modelsJiri Denemark2021-01-262-0/+2
* cpu-data: Pretend to always run on logical processor #0Tim Wiederhake2021-01-081-1/+15
* cpu-gather: Rename the script as cpu-data.pyJiri Denemark2021-01-081-1/+1
* cpu-gather: Remove redundant "processor" from CPU data file namesJiri Denemark2021-01-081-1/+1
* cpu_map: Define and enable Snowridge modelTim Wiederhake2021-01-072-44/+10
* cpu_map: Add support for split-lock-detect CPU featureTim Wiederhake2021-01-073-0/+3
* cpu_map: Add support for core-capability CPU featureTim Wiederhake2021-01-073-1/+3
* cpu_map: Add support for fsrm CPU featureTim Wiederhake2021-01-073-1/+3
* cputestdata: Add test data for SnowridgeTim Wiederhake2021-01-078-0/+2662
* cpu-gather: Merge cpu-cpuid.pyTim Wiederhake2021-01-072-154/+134
* cpu-gather: Factor out call to cpu-cpuid.pyTim Wiederhake2021-01-071-6/+8
* cpu-gather: Use actions instead of flags for action argumentTim Wiederhake2021-01-071-16/+17
* cpu-cpuid: Deduplicate register listTim Wiederhake2021-01-071-38/+19
* cpu-cpuid: Merge checkFeature functionsTim Wiederhake2021-01-071-42/+18
* cpu-cpuid: Merge addFeature functionsTim Wiederhake2021-01-071-32/+16
* cpu-cpuid: Remove xmltodict usage in parseCPUTim Wiederhake2021-01-071-24/+11
* cpu-cpuid: Remove xmltodict usage in parseMapTim Wiederhake2021-01-071-26/+13
* cpu-cpuid: Use argparse to parse argumentsTim Wiederhake2021-01-071-35/+42
* cpu-gather: Add IA32_CORE_CAPABILITY_MSRTim Wiederhake2020-12-181-0/+1
* cpu-gather: Prepare gather_msr for reading multiple msrTim Wiederhake2020-12-181-9/+14
* cpu-gather: Allow gathering and parsing data in one step.Tim Wiederhake2020-12-181-12/+14
* cpu-gather: Parse cpuid leaves earlyTim Wiederhake2020-12-181-22/+26
* cpu-gather: Ignore shutdown messages from qemuTim Wiederhake2020-12-181-0/+2
* cpu-gather: Ignore empty responses from qemuTim Wiederhake2020-12-181-2/+6
* cpu-parse: Delete old scriptTim Wiederhake2020-12-182-39/+0
* cpu-parse: Move call to cpu-cpuid.py to new scriptTim Wiederhake2020-12-182-10/+10
* cpu-parse: Move json output to new scriptTim Wiederhake2020-12-183-25/+30
* cpu-parse: Move xml output to new scriptTim Wiederhake2020-12-182-18/+40
* cpu-parse: Move file name generation to new scriptTim Wiederhake2020-12-182-13/+18
* cpu-parse: Move model name detection to new scriptTim Wiederhake2020-12-182-2/+1