diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2017-08-14 13:53:10 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-08-15 10:54:25 -0300 |
commit | 06786963020cc42c50f2c95d1ca5cb839460fa0e (patch) | |
tree | a355317969d015591dc7de0aba339aaa02cd56b2 | |
parent | cf31b7dd51b542f9a9b2d0de416b5524dfdb1cf2 (diff) |
perf tests shell: Remove duplicate skip_if_no_debuginfo() function
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/tests/shell/lib/probe_vfs_getname.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/tests/shell/lib/probe_vfs_getname.sh b/tools/perf/tests/shell/lib/probe_vfs_getname.sh index 42308040f882..3eaddf190a30 100644 --- a/tools/perf/tests/shell/lib/probe_vfs_getname.sh +++ b/tools/perf/tests/shell/lib/probe_vfs_getname.sh @@ -21,8 +21,3 @@ skip_if_no_debuginfo() { add_probe_vfs_getname -v 2>&1 | grep -q "^Failed to find the path for kernel" && return 2 return 1 } - -skip_if_no_debuginfo() { - add_probe_vfs_getname -v 2>&1 | grep -q "^Failed to find the path for kernel" && return 2 - return 1 -} |