diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 8f6ab2ac855a..dbf208f0cdc2 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -580,7 +580,7 @@ static void print_sample_bts(struct perf_sample *sample, | |||
580 | } | 580 | } |
581 | } | 581 | } |
582 | perf_evsel__print_ip(evsel, sample, al, print_opts, | 582 | perf_evsel__print_ip(evsel, sample, al, print_opts, |
583 | scripting_max_stack); | 583 | scripting_max_stack, stdout); |
584 | } | 584 | } |
585 | 585 | ||
586 | /* print branch_to information */ | 586 | /* print branch_to information */ |
@@ -790,7 +790,7 @@ static void process_event(struct perf_script *script, | |||
790 | 790 | ||
791 | perf_evsel__print_ip(evsel, sample, al, | 791 | perf_evsel__print_ip(evsel, sample, al, |
792 | output[attr->type].print_ip_opts, | 792 | output[attr->type].print_ip_opts, |
793 | scripting_max_stack); | 793 | scripting_max_stack, stdout); |
794 | } | 794 | } |
795 | 795 | ||
796 | if (PRINT_FIELD(IREGS)) | 796 | if (PRINT_FIELD(IREGS)) |