index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
shell
/
lib
/
probe_vfs_getname.sh
Age
Commit message (
Expand
)
Author
2025-06-26
perf test: Change all remaining #!/bin/sh to #!/bin/bash
James Clark
2025-05-20
perf test probe_vfs_getname: Add regex for searching probe line
Leo Yan
2025-04-29
perf test probe_vfs_getname: Skip if no suitable line detected
Jakub Brnak
2024-09-11
perf test shell probe_vfs_getname: Remove extraneous '=' from probe line numb...
Arnaldo Carvalho de Melo
2024-09-04
perf tests probe_vfs_getname.sh: Update to use 'perf check feature'
Athira Rajeev
2024-08-28
perf test vfs_getname: Look for alternative line where to collect the pathname
Arnaldo Carvalho de Melo
2023-08-03
perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...
Athira Rajeev
2023-02-01
perf tests shell: Fix check for libtracevent support
Athira Rajeev
2022-12-14
perf tools: Use "grep -E" instead of "egrep"
Tiezhu Yang
2022-10-04
perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfo
Athira Rajeev
2021-08-30
perf tests: Fix *probe_vfs_getname.sh test failures
James Clark
2020-02-18
perf test: Fix test trace+probe_vfs_getname.sh on s390
Thomas Richter
2019-01-04
perf test shell: Use a fallback to get the pathname in vfs_getname
Arnaldo Carvalho de Melo
2018-02-16
perf tests shell lib: Use a wildcard to remove the vfs_getname probe
Arnaldo Carvalho de Melo
2017-08-16
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
2017-08-15
perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1
Arnaldo Carvalho de Melo
2017-08-15
perf test shell: Check if 'perf probe' is available, skip tests if not
Arnaldo Carvalho de Melo
2017-08-15
perf tests shell: Remove duplicate skip_if_no_debuginfo() function
Arnaldo Carvalho de Melo
2017-08-11
perf test shell: Move vfs_getname probe function to lib
Arnaldo Carvalho de Melo