diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-03 14:58:45 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-11 13:17:09 +0000 |
| commit | b7b61cbebd789a3dbca522e3fdb727fe5c95593f (patch) | |
| tree | ea6757b8b1d85b1562ce10217912c5827a4d2b23 /tools/perf/builtin-annotate.c | |
| parent | perf ordered_events: Untangle from perf_session (diff) | |
| download | kernel-b7b61cbebd789a3dbca522e3fdb727fe5c95593f.tar.gz kernel-b7b61cbebd789a3dbca522e3fdb727fe5c95593f.zip | |
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]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
| -rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 747f86103599..71bf7451c0ca 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c @@ -208,7 +208,7 @@ static int __cmd_annotate(struct perf_annotate *ann) goto out; } - ret = perf_session__process_events(session, &ann->tool); + ret = perf_session__process_events(session); if (ret) goto out; |
