summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/tests
AgeCommit message (Expand)AuthorFilesLines
2024-06-26perf test: Make tests its own libraryIan Rogers1-10/+10
2024-06-25perf tests: Add APX and other new instructions to x86 instruction decoder testAdrian Hunter3-0/+1739
2024-04-12perf arch x86: Add shellcheck to buildIan Rogers2-1/+15
2024-02-12perf maps: Get map before returning in maps__findIan Rogers1-0/+1
2024-02-03perf parse-events: Print all errorsIan Rogers1-3/+2
2024-01-03perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers1-0/+23
2024-01-03perf x86 test: Update hybrid expectationsIan Rogers1-7/+7
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds7-18/+321
2023-06-14perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2-1/+8
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1
2023-05-28perf test x86: intel-pt-test data is immutable so mark it constIan Rogers1-7/+7
2023-05-28perf test x86: insn-x86 test data is immutable so mark it constIan Rogers1-5/+5
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers1-1/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-2/+3
2023-05-27perf x86: Iterate hybrid PMUs as core PMUsIan Rogers1-1/+1
2023-05-15perf test x86 hybrid: Add hybrid extended type checksIan Rogers1-0/+12
2023-05-15perf test x86 hybrid: Update test expectationsIan Rogers1-28/+26
2023-05-15perf test: Move x86 hybrid tests to arch/x86Ian Rogers3-0/+288
2023-05-08perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria3-0/+74
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2023-03-21perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter1-0/+4
2023-02-06perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang1-1/+4
2022-11-09perf intel-pt: Add hybrid CPU compatibility testAdrian Hunter2-1/+156
2022-11-09perf intel-pt: Redefine test_suite to allow for adding more subtestsAdrian Hunter1-2/+12
2022-11-09perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...Adrian Hunter2-1/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo1-0/+1
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-1/+1
2022-08-01perf test: Remove x86 rdpmc testIan Rogers3-185/+0
2022-03-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-0/+3533
2022-02-15perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bitAdrian Hunter1-2/+5
2022-02-15perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter1-0/+8
2022-02-15perf intel-pt: pkt-decoder-test: Fix scope of test_dataAdrian Hunter1-1/+1
2022-01-23perf/tests: Add AVX512-FP16 instructions to x86 instruction decoder testAdrian Hunter3-0/+3426
2022-01-23perf/tests: Add misc instructions to the x86 instruction decoder testAdrian Hunter3-0/+50
2022-01-23perf/tests: Add AMX instructions to x86 instruction decoder testAdrian Hunter2-0/+57
2021-11-13perf test: Rename struct test to test_suiteIan Rogers7-7/+7
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-6/+6
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers1-29/+18
2021-05-21perf tests: Consolidate test__arch_unwind_sample declarationRob Herring1-1/+0
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-15tools/perf: Convert to insn_decode()Borislav Petkov1-5/+4
2021-03-06perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo1-1/+1
2021-03-06perf test: Support the ins_lat check in the X86 specific testKan Liang3-0/+126
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter1-2/+2
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter1-0/+1
2020-11-30perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo1-1/+1
2020-11-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+7
2020-11-16perf test: Avoid an msan warning in a copied stack.Ian Rogers1-0/+7
2020-11-04perf tests tsc: Make tsc testing as a common testingLeo Yan3-178/+0