[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-6340cfed48c478cf67451ddcd2daa3438e642632@git.kernel.org>
Date: Wed, 7 Dec 2011 20:34:56 -0800
From: tip-bot for Andrew Vagin <avagin@...nvz.org>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, paulus@...ba.org,
hpa@...or.com, mingo@...hat.com, a.p.zijlstra@...llo.nl,
avagin@...nvz.org, dsahern@...il.com, tglx@...utronix.de,
mingo@...e.hu, asharma@...com
Subject: [tip:perf/urgent] perf header: Use event_name() to get an event name
Commit-ID: 6340cfed48c478cf67451ddcd2daa3438e642632
Gitweb: http://git.kernel.org/tip/6340cfed48c478cf67451ddcd2daa3438e642632
Author: Andrew Vagin <avagin@...nvz.org>
AuthorDate: Mon, 28 Nov 2011 12:03:29 +0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 6 Dec 2011 09:22:48 -0200
perf header: Use event_name() to get an event name
perf_evsel.name may be not initialized
Cc: David Ahern <dsahern@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Arun Sharma <asharma@...com>
Cc: devel@...nvz.org
Link: http://lkml.kernel.org/r/1322471015-107825-2-git-send-email-avagin@openvz.org
Signed-off-by: Andrew Vagin <avagin@...nvz.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/header.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c
index bcd05d0..33c17a2 100644
--- a/tools/perf/util/header.c
+++ b/tools/perf/util/header.c
@@ -388,7 +388,7 @@ static int write_event_desc(int fd, struct perf_header *h __used,
/*
* write event string as passed on cmdline
*/
- ret = do_write_string(fd, attr->name);
+ ret = do_write_string(fd, event_name(attr));
if (ret < 0)
return ret;
/*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists