commit | b7b61cbebd789a3dbca522e3fdb727fe5c95593f | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Mar 03 11:58:45 2015 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Mar 11 10:17:09 2015 -0300 |
tree | ea6757b8b1d85b1562ce10217912c5827a4d2b23 | |
parent | fa713a4eb9cebe5dec71b1bd11429603e17d841d [diff] [blame] |
perf ordered_events: Shorten function signatures By keeping pointers to machines, evlist and tool in ordered_events. Cc: Adrian Hunter <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: David Ahern <[email protected]> Cc: Don Zickus <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 747f861..71bf745 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c
@@ -208,7 +208,7 @@ goto out; } - ret = perf_session__process_events(session, &ann->tool); + ret = perf_session__process_events(session); if (ret) goto out;