diff options
Diffstat (limited to 'tools/perf')
-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 | ||