From: Mathieu Poirier Date: Wed, 19 Oct 2016 21:42:03 +0000 (-0600) Subject: perf coresight: Removing miscellaneous debug output X-Git-Tag: v4.10-rc1~190^2~12^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=04b553ad7dc347eabd3cb4705932272453175a80;p=karo-tx-linux.git 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 Cc: Peter Zijlstra 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 --- 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;