* [PATCH] perf tools: Removing miscellaneous debug output
@ 2016-10-19 21:42 Mathieu Poirier
2016-10-24 19:08 ` [tip:perf/core] perf coresight: " tip-bot for Mathieu Poirier
0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Poirier @ 2016-10-19 21:42 UTC (permalink / raw)
To: acme; +Cc: peterz, linux-arm-kernel, linux-kernel
Printing the full path of the selected link is obviously not needed,
hence removing.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
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 47d584da5819..dfea6b635525 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;
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:perf/core] perf coresight: Removing miscellaneous debug output
2016-10-19 21:42 [PATCH] perf tools: Removing miscellaneous debug output Mathieu Poirier
@ 2016-10-24 19:08 ` tip-bot for Mathieu Poirier
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Mathieu Poirier @ 2016-10-24 19:08 UTC (permalink / raw)
To: linux-tip-commits
Cc: hpa, linux-kernel, acme, mingo, tglx, mathieu.poirier, peterz
Commit-ID: 04b553ad7dc347eabd3cb4705932272453175a80
Gitweb: http://git.kernel.org/tip/04b553ad7dc347eabd3cb4705932272453175a80
Author: Mathieu Poirier <mathieu.poirier@linaro.org>
AuthorDate: Wed, 19 Oct 2016 15:42:03 -0600
Committer: Arnaldo Carvalho de Melo <acme@redhat.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@linaro.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-arm-kernel@lists.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@redhat.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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-24 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-19 21:42 [PATCH] perf tools: Removing miscellaneous debug output Mathieu Poirier
2016-10-24 19:08 ` [tip:perf/core] perf coresight: " tip-bot for Mathieu Poirier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome