|
@@ -446,13 +446,13 @@ static void print_sample_bts(union perf_event *event,
|
|
|
PERF_MAX_STACK_DEPTH);
|
|
|
}
|
|
|
|
|
|
- printf(" => ");
|
|
|
-
|
|
|
/* print branch_to information */
|
|
|
if (PRINT_FIELD(ADDR) ||
|
|
|
((evsel->attr.sample_type & PERF_SAMPLE_ADDR) &&
|
|
|
- !output[attr->type].user_set))
|
|
|
+ !output[attr->type].user_set)) {
|
|
|
+ printf(" => ");
|
|
|
print_sample_addr(event, sample, al->machine, thread, attr);
|
|
|
+ }
|
|
|
|
|
|
if (print_srcline_last)
|
|
|
map__fprintf_srcline(al->map, al->addr, "\n ", stdout);
|