[GIT PULL 0/2] perf/core fixes

From: Arnaldo Carvalho de Melo
Date: Tue Sep 25 2012 - 10:37:24 EST


Hi Ingo,

Please consider pulling, on top of the previous req,

- Arnaldo

The following changes since commit b1ac754b67b5a875d63bee880f60ccb0c6bd8899:

tools lib traceevent: Handle alloc_arg failure (2012-09-24 12:31:52 -0300)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo

for you to fetch changes up to f1b2256d66fe8d613b9afcc1c16079362f9fc05c:

tools lib traceevent: Fix error path on pevent_parse_event (2012-09-25 09:53:53 -0300)

----------------------------------------------------------------
perf/core fixes:

. The new perf_evsel__tp_sched_test 'perf test' broke the build by setting the
'ret' variable but not using it, caught by newer gcc
-Werror=unused-but-set-variable, fix from Namhyung Kim.

. pevent_parse_event should return a proper PEVENT_ERRNO__ and call
pevent_free_format on its failure path, fixes from Namhyung Kim.

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

----------------------------------------------------------------
Namhyung Kim (2):
perf test: Fix build failure
tools lib traceevent: Fix error path on pevent_parse_event

tools/lib/traceevent/event-parse.c | 8 ++++----
tools/perf/builtin-test.c | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/