summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | perf test: Convert bpf tests to test cases.Ian Rogers2021-11-131-29/+43
* | perf test: Convert clang tests to test cases.Ian Rogers2021-11-131-40/+17
* | perf test: Convert watch point tests to test cases.Ian Rogers2021-11-131-98/+32
* | perf test: Convert pmu event tests to test cases.Ian Rogers2021-11-131-62/+16
* | perf test: Convert pfm tests to use test cases.Ian Rogers2021-11-131-47/+19
* | perf test: Add skip reason to test case.Ian Rogers2021-11-132-1/+13
* | perf test: Add test case struct.Ian Rogers2021-11-132-10/+46
* | perf test: Add helper functions for abstraction.Ian Rogers2021-11-132-29/+71
* | perf test: Rename struct test to test_suiteIan Rogers2021-11-1366-102/+103
* | perf test: Move each test suite struct to its testIan Rogers2021-11-1366-338/+387
* | perf test: Make each test/suite its own struct.Ian Rogers2021-11-133-107/+181
* | perf test: Use macro for "suite" definitionsIan Rogers2021-11-121-330/+149
* | perf test: Use macro for "suite" declarationsIan Rogers2021-11-121-74/+77
|/
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-076-16/+20
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-072-2/+2
* perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan2021-10-281-5/+38
* perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark2021-10-261-3/+8
* perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-2/+2
* perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-3/+3
* perf metric: Encode and use metric-id as qualifierIan Rogers2021-10-202-3/+14
* perf metric: Modify resolution and recursion checkIan Rogers2021-10-201-5/+5
* perf metric: Move runtime value to the expr contextIan Rogers2021-10-202-12/+13
* perf pmu: Make pmu_event tables const.Ian Rogers2021-10-201-8/+8
* perf pmu: Make pmu_sys_event_tables const.Ian Rogers2021-10-201-1/+1
* perf pmu: Add const to pmu_events_map.Ian Rogers2021-10-203-11/+11
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-086-61/+474
|\
| * perf tests attr: Add missing topdown metrics eventsKan Liang2021-10-054-52/+440
| * perf tests: Fix flaky test 'Object code reading'James Clark2021-09-271-2/+2
| * perf test: Fix DWARF unwind for optimized builds.Ian Rogers2021-09-271-7/+32
* | perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan2021-09-291-0/+102
* | perf metric: Avoid events for an 'if' constant resultIan Rogers2021-09-291-0/+7
* | perf metric: Don't compute unused eventsIan Rogers2021-09-291-0/+11
* | perf metric: Add utilities to work on ids map.Ian Rogers2021-09-291-0/+47
* | perf metric: Rename expr__find_other.Ian Rogers2021-09-292-19/+18
* | perf metric: Restructure struct expr_parse_ctx.Ian Rogers2021-09-292-58/+70
* | perf test: Add pmu-event test for event described as "config="John Garry2021-09-281-0/+25
* | perf test: Verify more event members in pmu-events testJohn Garry2021-09-281-10/+40
* | perf parse-events: Set numeric term configJohn Garry2021-09-282-7/+7
* | perf test: Workload test of all PMUsIan Rogers2021-09-281-0/+22
* | perf test: Workload test of metric and metricgroupsIan Rogers2021-09-282-0/+34
* | perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim2021-09-172-3/+4
|/
* perf test: Fix bpf test sample mismatch reportingMichael Petlan2021-09-101-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-2/+2
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-082-2/+2
* | perf tests: Add test for PMU aliasesJin Yao2021-09-031-0/+92
* | perf tools: Fix LLVM test failure when running in verbose modeJames Clark2021-08-311-4/+3
* | perf tests: Fix *probe_vfs_getname.sh test failuresJames Clark2021-08-301-1/+1
* | perf tests dlfilter: Free desc and long_desc in check_filter_descRiccardo Mancini2021-08-201-4/+9
* | perf test: Do not compare overheads in the zstd comp testNamhyung Kim2021-08-131-2/+2
* | perf test: Make --skip work on shell testsRiccardo Mancini2021-08-111-2/+9