aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13perf tests: Remove bash constructs from stat_all_pmu.shJames Clark1-2/+2
2021-11-13perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark1-1/+1
2021-11-13perf test: Remove bash construct from stat_bpf_counters.sh testJames Clark1-1/+1
2021-11-13perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing array_size.cocci warningGuo Zhengkui1-1/+1
2021-11-13perf arm-spe: Snapshot mode testGerman Gomez1-0/+89
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers1-0/+12
2021-11-13perf expr: Add metric literals for topology.Ian Rogers1-1/+11
2021-11-13perf test: Add expr test for events with hyphensIan Rogers1-0/+10
2021-11-13perf test: Remove skip_if_failIan Rogers6-23/+8
2021-11-13perf test: Remove is_supported functionIan Rogers2-14/+1
2021-11-13perf test: TSC test, remove is_supported useIan Rogers1-23/+16
2021-11-13perf test: BP tests, remove is_supported useIan Rogers4-74/+51
2021-11-13perf test: Remove non test case style support.Ian Rogers2-10/+16
2021-11-13perf test: Convert time to tsc test to test case.Ian Rogers1-1/+6
2021-11-13perf test: bp tests use test caseIan Rogers3-3/+18
2021-11-13perf test: Remove now unused subtest helpersIan Rogers2-13/+1
2021-11-13perf test: Convert llvm tests to test cases.Ian Rogers1-23/+54
2021-11-13perf test: Convert bpf tests to test cases.Ian Rogers1-29/+43
2021-11-13perf test: Convert clang tests to test cases.Ian Rogers1-40/+17
2021-11-13perf test: Convert watch point tests to test cases.Ian Rogers1-98/+32
2021-11-13perf test: Convert pmu event tests to test cases.Ian Rogers1-62/+16
2021-11-13perf test: Convert pfm tests to use test cases.Ian Rogers1-47/+19
2021-11-13perf test: Add skip reason to test case.Ian Rogers2-1/+13
2021-11-13perf test: Add test case struct.Ian Rogers2-10/+46
2021-11-13perf test: Add helper functions for abstraction.Ian Rogers2-29/+71
2021-11-13perf test: Rename struct test to test_suiteIan Rogers66-102/+103
2021-11-13perf test: Move each test suite struct to its testIan Rogers66-338/+387
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers3-107/+181
2021-11-12perf test: Use macro for "suite" definitionsIan Rogers1-330/+149
2021-11-12perf test: Use macro for "suite" declarationsIan Rogers1-74/+77
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers6-16/+20
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers2-2/+2
2021-10-28perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan1-5/+38
2021-10-26perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark1-3/+8
2021-10-26perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark1-2/+2
2021-10-26perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark1-3/+3
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers2-3/+14
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers1-5/+5
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers2-12/+13
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers1-8/+8
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers3-11/+11
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo6-61/+474
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang4-52/+440
2021-09-29perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan1-0/+102
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers1-0/+7
2021-09-29perf metric: Don't compute unused eventsIan Rogers1-0/+11
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers1-0/+47
2021-09-29perf metric: Rename expr__find_other.Ian Rogers2-19/+18
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers2-58/+70