[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-04b553ad7dc347eabd3cb4705932272453175a80@git.kernel.org>
Date: Mon, 24 Oct 2016 12:08:29 -0700
From: tip-bot for Mathieu Poirier <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, linux-kernel@...r.kernel.org, acme@...hat.com,
mingo@...nel.org, tglx@...utronix.de, mathieu.poirier@...aro.org,
peterz@...radead.org
Subject: [tip:perf/core] perf coresight: Removing miscellaneous debug output
Commit-ID: 04b553ad7dc347eabd3cb4705932272453175a80
Gitweb: http://git.kernel.org/tip/04b553ad7dc347eabd3cb4705932272453175a80
Author: Mathieu Poirier <mathieu.poirier@...aro.org>
AuthorDate: Wed, 19 Oct 2016 15:42:03 -0600
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Mon, 24 Oct 2016 11:07:47 -0300
perf coresight: Removing miscellaneous debug output
Printing the full path of the selected link is obviously not needed,
hence removing.
Signed-off-by: Mathieu Poirier <mathieu.poirier@...aro.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: linux-arm-kernel@...ts.infradead.org
Link: http://lkml.kernel.org/r/1476913323-6836-1-git-send-email-mathieu.poirier@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/arch/arm/util/cs-etm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/perf/arch/arm/util/cs-etm.c b/tools/perf/arch/arm/util/cs-etm.c
index 47d584d..dfea6b6 100644
--- a/tools/perf/arch/arm/util/cs-etm.c
+++ b/tools/perf/arch/arm/util/cs-etm.c
@@ -575,8 +575,6 @@ static FILE *cs_device__open_file(const char *name)
snprintf(path, PATH_MAX,
"%s" CS_BUS_DEVICE_PATH "%s", sysfs, name);
- printf("path: %s\n", path);
-
if (stat(path, &st) < 0)
return NULL;
Powered by blists - more mailing lists