summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/lib/probe_vfs_getname.sh
AgeCommit message (Expand)AuthorFilesLines
2024-09-11perf test shell probe_vfs_getname: Remove extraneous '=' from probe line numb...Arnaldo Carvalho de Melo1-2/+2
2024-09-04perf tests probe_vfs_getname.sh: Update to use 'perf check feature'Athira Rajeev1-2/+2
2024-08-28perf test vfs_getname: Look for alternative line where to collect the pathnameArnaldo Carvalho de Melo1-1/+6
2023-08-03perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...Athira Rajeev1-2/+3
2023-02-01perf 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-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev1-1/+1
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-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 Phillips1-2/+2
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 Melo1-1/+1
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