diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2016-10-19 17:42:03 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-10-24 10:07:47 -0400 |
commit | 04b553ad7dc347eabd3cb4705932272453175a80 (patch) | |
tree | e03764dba70ea6993366e25d16e1735b2d40cd26 | |
parent | 38d14f0c58fd89d46efd1b783d6536380af28c03 (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 <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>
-rw-r--r-- | tools/perf/arch/arm/util/cs-etm.c | 2 |
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) | |||
575 | snprintf(path, PATH_MAX, | 575 | snprintf(path, PATH_MAX, |
576 | "%s" CS_BUS_DEVICE_PATH "%s", sysfs, name); | 576 | "%s" CS_BUS_DEVICE_PATH "%s", sysfs, name); |
577 | 577 | ||
578 | printf("path: %s\n", path); | ||
579 | |||
580 | if (stat(path, &st) < 0) | 578 | if (stat(path, &st) < 0) |
581 | return NULL; | 579 | return NULL; |
582 | 580 | ||