summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/builtin-test.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler2021-12-211-6/+6
* perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed2021-12-161-0/+3
* perf test sigtrap: Add basic stress test for sigtrap handlingMarco Elver2021-12-071-0/+1
* perf test: Remove skip_if_failIan Rogers2021-11-131-16/+8
* perf test: Remove is_supported functionIan Rogers2021-11-131-13/+1
* perf test: Remove non test case style support.Ian Rogers2021-11-131-9/+16
* perf test: Remove now unused subtest helpersIan Rogers2021-11-131-10/+1
* perf test: Add skip reason to test case.Ian Rogers2021-11-131-0/+3
* perf test: Add test case struct.Ian Rogers2021-11-131-6/+24
* perf test: Add helper functions for abstraction.Ian Rogers2021-11-131-28/+66
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-10/+10
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-213/+72
* perf test: Make each test/suite its own struct.Ian Rogers2021-11-131-105/+168
* perf test: Use macro for "suite" definitionsIan Rogers2021-11-121-330/+149
* perf test: Make --skip work on shell testsRiccardo Mancini2021-08-111-2/+9
* perf tests: Add dlfilter testAdrian Hunter2021-08-111-0/+4
* perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini2021-07-091-4/+11
* perf test: Pass the verbose option to shell testsIan Rogers2021-06-221-1/+4
* perf test: Iterate over shell tests in alphabetical orderRiccardo Mancini2021-05-271-17/+21
* perf tools: Add OCaml demanglingFabian Hemmer2021-02-171-0/+4
* perf test: Implement skip_reason callback for watchpoint testsTommi Rantala2020-11-041-0/+1
* perf tests tsc: Add checking helper is_supported()Leo Yan2020-11-041-0/+1
* perf tests tsc: Make tsc testing as a common testingLeo Yan2020-11-041-0/+4
* perf test: Add expand cgroup event testNamhyung Kim2020-09-281-0/+4
* perf tests: Add test for PE binary format supportRemi Bernon2020-09-041-0/+4
* perf tests: Add parse metric test for ipc metricJiri Olsa2020-06-221-0/+4
* perf tools: Add optional support for libpfm4Stephane Eranian2020-05-291-0/+9
* perf tests: Add test for the java demanglerNick Gasson2020-05-281-0/+4
* perf tests: Consider subtests when searching for user specified testsJiri Olsa2020-05-281-8/+26
* perf test: Improve pmu event metric testingIan Rogers2020-05-281-0/+7
* perf test: Provide a subtest callback to ask for the reason for skipping a su...Ian Rogers2020-05-281-2/+9
* tools api: Add a lightweight buffered reading apiIan Rogers2020-04-301-0/+4
* perf test: Add pmu-events testJohn Garry2020-03-241-0/+4
* perf test: Print if shell directory isn't presentIan Rogers2020-03-131-1/+4
* perf jit: Move test functionality in to a testIan Rogers2019-11-291-0/+4
* perf evlist: Maintain evlist->all_cpusAndi Kleen2019-11-291-0/+5
* perf tests: Rename tests/map_groups.c to tests/maps.cArnaldo Carvalho de Melo2019-11-261-2/+2
* perf tests: Rename thread-mg-share to thread-maps-shareArnaldo Carvalho de Melo2019-11-261-2/+2
* perf tests bp_account: Add dedicated checking helper is_supported()Leo Yan2019-10-191-1/+1
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+1
* perf test: Auto bump rlimit(MEMLOCK) for BPF test sakeArnaldo Carvalho de Melo2019-07-091-0/+6
* perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo2019-06-261-1/+2
* perf tests: Add a test for time-utilsAdrian Hunter2019-06-101-0/+4
* perf tests: Add map_groups__merge_in testJiri Olsa2019-05-281-0/+4
* perf tests: Use shebangs in the shell scriptsMichael Petlan2018-12-181-0/+3
* perf test: S390 does not support watchpoints in test 22Thomas Richter2018-10-081-0/+1
* perf test: Add watchpoint testRavi Bangoria2018-09-181-0/+9
* perf tests: Fix indexing when invoking subtestsSandipan Das2018-07-311-2/+2
* perf test: Fix subtest number when showing resultsThomas Richter2018-07-241-1/+1
* perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips2018-07-111-1/+1