Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1507635

[tip:perf/core] perf coresight: Removing miscellaneous debug output

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!enother.net!enother.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From tip-bot for Mathieu Poirier <tipbot@zytor.com>
Newsgroups linux.kernel
Subject [tip:perf/core] perf coresight: Removing miscellaneous debug output
Date Mon, 24 Oct 2016 21:20:01 +0200
Message-ID <svSWR-3rd-17@gated-at.bofh.it> (permalink)
References <su6Uh-6V4-1@gated-at.bofh.it>
Reply-To hpa@zytor.com, linux-kernel@vger.kernel.org, acme@redhat.com, mingo@kernel.org, tglx@linutronix.de, peterz@infradead.org, mathieu.poirier@linaro.org
Git-Commit-ID 04b553ad7dc347eabd3cb4705932272453175a80
X-Mailer tip-git-log-daemon
Robot-ID <tip-bot.git.kernel.org>
Robot-Unsubscribe Contact <mailto:hpa@kernel.org> to get blacklisted from these emails
MIME-Version 1.0
Content-Transfer-Encoding 8bit
Content-Type text/plain; charset=UTF-8
Content-Disposition inline
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 34
Organization linux.* mail to news gateway
X-Original-Cc hpa@zytor.com, linux-kernel@vger.kernel.org, acme@redhat.com, mingo@kernel.org, tglx@linutronix.de, mathieu.poirier@linaro.org, peterz@infradead.org
X-Original-Date Mon, 24 Oct 2016 12:08:29 -0700
X-Original-Message-ID <tip-04b553ad7dc347eabd3cb4705932272453175a80@git.kernel.org>
X-Original-References <1476913323-6836-1-git-send-email-mathieu.poirier@linaro.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1507635

Show key headers only | View raw


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;
 

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] perf tools: Removing miscellaneous debug output Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-10-19 23:50 +0200
  [tip:perf/core] perf coresight: Removing miscellaneous debug output tip-bot for Mathieu Poirier <tipbot@zytor.com> - 2016-10-24 21:20 +0200

csiph-web