diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
| -rw-r--r-- | tools/perf/builtin-script.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 333b15ebe72b..582da97872e5 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
| @@ -446,13 +446,13 @@ static void print_sample_bts(union perf_event *event, | |||
| 446 | PERF_MAX_STACK_DEPTH); | 446 | PERF_MAX_STACK_DEPTH); |
| 447 | } | 447 | } |
| 448 | 448 | ||
| 449 | printf(" => "); | ||
| 450 | |||
| 451 | /* print branch_to information */ | 449 | /* print branch_to information */ |
| 452 | if (PRINT_FIELD(ADDR) || | 450 | if (PRINT_FIELD(ADDR) || |
| 453 | ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && | 451 | ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && |
| 454 | !output[attr->type].user_set)) | 452 | !output[attr->type].user_set)) { |
| 453 | printf(" => "); | ||
| 455 | print_sample_addr(event, sample, al->machine, thread, attr); | 454 | print_sample_addr(event, sample, al->machine, thread, attr); |
| 455 | } | ||
| 456 | 456 | ||
| 457 | if (print_srcline_last) | 457 | if (print_srcline_last) |
| 458 | map__fprintf_srcline(al->map, al->addr, "\n ", stdout); | 458 | map__fprintf_srcline(al->map, al->addr, "\n ", stdout); |
