[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-3zxjswdbs2au3ih0rino0iy1@git.kernel.org>
Date: Thu, 17 Aug 2017 00:48:58 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: wangnan0@...wei.com, dsahern@...il.com, jolsa@...nel.org,
adrian.hunter@...el.com, mingo@...nel.org, hpa@...or.com,
tglx@...utronix.de, acme@...hat.com, linux-kernel@...r.kernel.org,
namhyung@...nel.org
Subject: [tip:perf/core] perf tests shell: Remove duplicate
skip_if_no_debuginfo() function
Commit-ID: 06786963020cc42c50f2c95d1ca5cb839460fa0e
Gitweb: http://git.kernel.org/tip/06786963020cc42c50f2c95d1ca5cb839460fa0e
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Mon, 14 Aug 2017 13:53:10 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 15 Aug 2017 10:54:25 -0300
perf tests shell: Remove duplicate skip_if_no_debuginfo() function
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: http://lkml.kernel.org/n/tip-3zxjswdbs2au3ih0rino0iy1@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/tests/shell/lib/probe_vfs_getname.sh | 5 -----
1 file changed, 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 4230804..3eaddf1 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
-}
Powered by blists - more mailing lists