aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>2011-10-04 19:44:56 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-10-28 08:19:26 -0200
commit1ca4ff41a3d887b8211e4a6c6c89c8f153d6bfa0 (patch)
tree9c7a6ff70134ae26af345f24c92ba8caf7c0709f /tools
parentperf hists: Fix recalculation of total_period when sorting entries (diff)
downloadlinux-dev-1ca4ff41a3d887b8211e4a6c6c89c8f153d6bfa0.tar.xz
linux-dev-1ca4ff41a3d887b8211e4a6c6c89c8f153d6bfa0.zip
perf tools: Fix a typo of command name as trace-cmd
Fix a typo which may be introduced when original code has been copied from trace-cmd. Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: yrl.pp-manager.tt@hitachi.com Link: http://lkml.kernel.org/r/20111004104456.14591.37395.stgit@fedora15 Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/trace-event-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event-info.c b/tools/perf/util/trace-event-info.c
index 2d530cf74f43..d2655f08bcc0 100644
--- a/tools/perf/util/trace-event-info.c
+++ b/tools/perf/util/trace-event-info.c
@@ -80,7 +80,7 @@ static void die(const char *fmt, ...)
int ret = errno;
if (errno)
- perror("trace-cmd");
+ perror("perf");
else
ret = -1;