summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-24perf test: Reorder event name checks in stat STD output linterNamhyung Kim1-1/+1
2023-06-23perf test: Remove x permission from lib/stat_output.shNamhyung Kim1-0/+0
2023-06-22perf test: Rerun failed metrics with longer workloadWeilin Wang1-46/+83
2023-06-22perf test: Add skip list for metrics known would failWeilin Wang2-4/+38
2023-06-22perf test: Add metric value validation testWeilin Wang2-0/+901
2023-06-16perf test: Move all the check functions of stat CSV output to libKan Liang1-0/+169
2023-06-16pert tests: Update metric-value for perf stat JSON outputKan Liang1-3/+3
2023-06-14pert tests: Support metricgroup perf stat JSON outputKan Liang1-0/+3
2023-05-27perf test: Fix perf stat JSON output testNamhyung Kim1-1/+1
2023-05-23pert tests: Add tests for new "perf stat --per-cache" aggregation optionK Prateek Nayak1-1/+3
2023-04-11perf test stat+json_output: Write JSON output to a fileIan Rogers1-1/+2
2023-02-23perf test: Avoid counting commas in json linterIan Rogers1-16/+13
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas1-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas1-3/+3
2023-02-02perf tests shell: Fix check for libtracevent supportAthira Rajeev1-0/+8
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang1-2/+2
2022-10-06perf test: Add CoreSight shell lib shared code for future testsCarsten Haitzler1-0/+132
2022-10-04perf test: waiting.sh: Parameterize timeoutsAdrian Hunter1-9/+17
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter1-0/+69
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev1-1/+1
2022-08-10perf test: JSON format checkingClaire Jensen1-0/+96
2022-06-19perf test: Fix "perf stat CSV output linter" test on s390Thomas Richter1-48/+0
2022-05-26perf test: Add checking for perf stat CSV output.Claire Jensen1-0/+48
2021-08-30perf tests: Fix *probe_vfs_getname.sh test failuresJames Clark1-1/+1
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter1-1/+1
2019-06-17perf tests: Add missing SPDX headersArnaldo Carvalho de Melo1-0/+1
2019-02-15perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala1-0/+5
2019-01-04perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo1-1/+2
2018-02-16perf tests shell lib: Use a wildcard to remove the vfs_getname probeArnaldo Carvalho de Melo1-1/+1
2017-08-16perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2-3/+3
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo1-3/+3
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo2-1/+7
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo1-5/+0
2017-08-11perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo1-0/+28