Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf tests shell: Remove duplicate skip_if_no_debuginfo() function

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-3zxjswdbs2au3ih0rino0iy1@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

-5
-5
tools/perf/tests/shell/lib/probe_vfs_getname.sh
··· 21 21 add_probe_vfs_getname -v 2>&1 | grep -q "^Failed to find the path for kernel" && return 2 22 22 return 1 23 23 } 24 - 25 - skip_if_no_debuginfo() { 26 - add_probe_vfs_getname -v 2>&1 | grep -q "^Failed to find the path for kernel" && return 2 27 - return 1 28 - }