diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 2f62a2952269..47545e9c9b27 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -384,7 +384,7 @@ static void process_event(union perf_event *event __unused, | |||
384 | printf(" "); | 384 | printf(" "); |
385 | else | 385 | else |
386 | printf("\n"); | 386 | printf("\n"); |
387 | perf_session__print_ip(event, sample, session, | 387 | perf_session__print_ip(event, evsel, sample, session, |
388 | PRINT_FIELD(SYM), PRINT_FIELD(DSO)); | 388 | PRINT_FIELD(SYM), PRINT_FIELD(DSO)); |
389 | } | 389 | } |
390 | 390 | ||