aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Poirier <[email protected]>2016-10-19 15:42:03 -0600
committerArnaldo Carvalho de Melo <[email protected]>2016-10-24 11:07:47 -0300
commit04b553ad7dc347eabd3cb4705932272453175a80 (patch)
treee03764dba70ea6993366e25d16e1735b2d40cd26
parent38d14f0c58fd89d46efd1b783d6536380af28c03 (diff)
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 <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/arch/arm/util/cs-etm.c2
1 files changed, 0 insertions, 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;