summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/lib
AgeCommit message (Expand)Author
2024-02-22perf tests: Avoid fork in perf_has_symbol testIan Rogers
2024-02-09perf stat: Support per-cluster aggregationYicong Yang
2024-02-01perf test: Simplify metric value validation test final reportWeilin Wang
2023-12-05perf test: Use common python setup libraryIan Rogers
2023-11-27perf tests lib: Add perf_has_symbol.shAdrian Hunter
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan
2023-08-03perf tests lib stat_output: Fix shellcheck warning about missing shebangKajol Jain
2023-08-03perf tests lib waiting: Fix the shellcheck warnings about missing shebangAthira Rajeev
2023-08-03perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...Athira Rajeev
2023-08-03perf tests lib probe: Fix shellcheck warning about about missing shebangKajol Jain
2023-06-23perf test: Reorder event name checks in stat STD output linterNamhyung Kim
2023-06-22perf test: Remove x permission from lib/stat_output.shNamhyung Kim
2023-06-21perf test: Rerun failed metrics with longer workloadWeilin Wang
2023-06-21perf test: Add skip list for metrics known would failWeilin Wang
2023-06-21perf test: Add metric value validation testWeilin Wang
2023-06-16perf test: Move all the check functions of stat CSV output to libKan Liang
2023-06-15pert tests: Update metric-value for perf stat JSON outputKan Liang
2023-06-13pert tests: Support metricgroup perf stat JSON outputKan Liang
2023-05-26perf test: Fix perf stat JSON output testNamhyung Kim
2023-05-23pert tests: Add tests for new "perf stat --per-cache" aggregation optionK Prateek Nayak
2023-04-10perf test stat+json_output: Write JSON output to a fileIan Rogers
2023-02-23perf test: Avoid counting commas in json linterIan Rogers
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas
2023-02-01perf tests shell: Fix check for libtracevent supportAthira Rajeev
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang
2022-10-06perf test: Add CoreSight shell lib shared code for future testsCarsten Haitzler
2022-10-04perf test: waiting.sh: Parameterize timeoutsAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev
2022-08-10perf test: JSON format checkingClaire Jensen
2022-06-19perf test: Fix "perf stat CSV output linter" test on s390Thomas Richter
2022-05-26perf test: Add checking for perf stat CSV output.Claire Jensen
2021-08-30perf tests: Fix *probe_vfs_getname.sh test failuresJames Clark
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter
2019-06-17perf tests: Add missing SPDX headersArnaldo Carvalho de Melo
2019-02-15perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala
2019-01-04perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo
2018-02-16perf tests shell lib: Use a wildcard to remove the vfs_getname probeArnaldo Carvalho de Melo
2017-08-16perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo
2017-08-11perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo