diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
| -rw-r--r-- | tools/perf/builtin-script.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index ee5d6f8b7415..33b2d830eabd 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
| @@ -402,7 +402,8 @@ static void print_sample_bts(union perf_event *event, | |||
| 402 | else | 402 | else |
| 403 | printf("\n"); | 403 | printf("\n"); |
| 404 | perf_evsel__print_ip(evsel, event, sample, machine, | 404 | perf_evsel__print_ip(evsel, event, sample, machine, |
| 405 | output[attr->type].print_ip_opts); | 405 | output[attr->type].print_ip_opts, |
| 406 | PERF_MAX_STACK_DEPTH); | ||
| 406 | } | 407 | } |
| 407 | 408 | ||
| 408 | printf(" => "); | 409 | printf(" => "); |
| @@ -444,7 +445,8 @@ static void process_event(union perf_event *event, struct perf_sample *sample, | |||
| 444 | printf("\n"); | 445 | printf("\n"); |
| 445 | 446 | ||
| 446 | perf_evsel__print_ip(evsel, event, sample, machine, | 447 | perf_evsel__print_ip(evsel, event, sample, machine, |
| 447 | output[attr->type].print_ip_opts); | 448 | output[attr->type].print_ip_opts, |
| 449 | PERF_MAX_STACK_DEPTH); | ||
| 448 | } | 450 | } |
| 449 | 451 | ||
| 450 | printf("\n"); | 452 | printf("\n"); |
