summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/shell/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-141-2/+2
* perf test: Add CoreSight shell lib shared code for future testsCarsten Haitzler2022-10-061-0/+132
* perf test: waiting.sh: Parameterize timeoutsAdrian Hunter2022-10-041-9/+17
* perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter2022-10-041-0/+69
* perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev2022-10-041-1/+1
* perf test: JSON format checkingClaire Jensen2022-08-101-0/+96
* perf test: Fix "perf stat CSV output linter" test on s390Thomas Richter2022-06-191-48/+0
* perf test: Add checking for perf stat CSV output.Claire Jensen2022-05-261-0/+48
* perf tests: Fix *probe_vfs_getname.sh test failuresJames Clark2021-08-301-1/+1
* perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter2020-02-181-1/+1
* perf tests: Add missing SPDX headersArnaldo Carvalho de Melo2019-06-171-0/+1
* perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala2019-02-151-0/+5
* perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-01-041-1/+2
* perf tests shell lib: Use a wildcard to remove the vfs_getname probeArnaldo Carvalho de Melo2018-02-161-1/+1
* perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2017-08-162-3/+3
* perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo2017-08-151-3/+3
* perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo2017-08-152-1/+7
* perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo2017-08-151-5/+0
* perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo2017-08-111-0/+28