aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-05perf test: Use common python setup libraryGravatar Ian Rogers 1-0/+16
2023-11-27perf tests lib: Add perf_has_symbol.shGravatar Adrian Hunter 1-0/+21
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableGravatar Michael Petlan 1-0/+2
2023-08-03perf tests lib stat_output: Fix shellcheck warning about missing shebangGravatar Kajol Jain 1-0/+1
2023-08-03perf tests lib waiting: Fix the shellcheck warnings about missing shebangGravatar Athira Rajeev 1-0/+1
2023-08-03perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...Gravatar Athira Rajeev 1-2/+3
2023-08-03perf tests lib probe: Fix shellcheck warning about about missing shebangGravatar Kajol Jain 1-0/+1
2023-06-23perf test: Reorder event name checks in stat STD output linterGravatar Namhyung Kim 1-1/+1
2023-06-22perf test: Remove x permission from lib/stat_output.shGravatar Namhyung Kim 1-0/+0
2023-06-21perf test: Rerun failed metrics with longer workloadGravatar Weilin Wang 1-46/+83
2023-06-21perf test: Add skip list for metrics known would failGravatar Weilin Wang 2-4/+38
2023-06-21perf test: Add metric value validation testGravatar Weilin Wang 2-0/+901
2023-06-16perf test: Move all the check functions of stat CSV output to libGravatar Kan Liang 1-0/+169
2023-06-15pert tests: Update metric-value for perf stat JSON outputGravatar Kan Liang 1-3/+3
2023-06-13pert tests: Support metricgroup perf stat JSON outputGravatar Kan Liang 1-0/+3
2023-05-26perf test: Fix perf stat JSON output testGravatar Namhyung Kim 1-1/+1
2023-05-23pert tests: Add tests for new "perf stat --per-cache" aggregation optionGravatar K Prateek Nayak 1-1/+3
2023-04-10perf test stat+json_output: Write JSON output to a fileGravatar Ian Rogers 1-1/+2
2023-02-23perf test: Avoid counting commas in json linterGravatar Ian Rogers 1-16/+13
2023-02-02perf test: Replace legacy `...` with $(...)Gravatar Diederik de Haas 1-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Gravatar Diederik de Haas 1-3/+3
2023-02-01perf tests shell: Fix check for libtracevent supportGravatar Athira Rajeev 1-0/+8
2022-12-14perf tools: Use "grep -E" instead of "egrep"Gravatar Tiezhu Yang 1-2/+2
2022-10-06perf test: Add CoreSight shell lib shared code for future testsGravatar Carsten Haitzler 1-0/+132
2022-10-04perf test: waiting.sh: Parameterize timeoutsGravatar Adrian Hunter 1-9/+17
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingGravatar Adrian Hunter 1-0/+69
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoGravatar Athira Rajeev 1-1/+1
2022-08-10perf test: JSON format checkingGravatar Claire Jensen 1-0/+96
2022-06-19perf test: Fix "perf stat CSV output linter" test on s390Gravatar Thomas Richter 1-48/+0
2022-05-26perf test: Add checking for perf stat CSV output.Gravatar Claire Jensen 1-0/+48
2021-08-30perf tests: Fix *probe_vfs_getname.sh test failuresGravatar James Clark 1-1/+1
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Gravatar Thomas Richter 1-1/+1
2019-06-17perf tests: Add missing SPDX headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-02-15perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportGravatar Tommi Rantala 1-0/+5
2019-01-04perf test shell: Use a fallback to get the pathname in vfs_getnameGravatar Arnaldo Carvalho de Melo 1-1/+2
2018-02-16perf tests shell lib: Use a wildcard to remove the vfs_getname probeGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-08-16perf test shell: Replace '|&' with '2>&1 |' to work with more shellsGravatar Kim Phillips 2-3/+3
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Gravatar Arnaldo Carvalho de Melo 1-3/+3
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notGravatar Arnaldo Carvalho de Melo 2-1/+7
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionGravatar Arnaldo Carvalho de Melo 1-5/+0
2017-08-11perf test shell: Move vfs_getname probe function to libGravatar Arnaldo Carvalho de Melo 1-0/+28