aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-10-20 05:02:05 -0400
committerIngo Molnar <mingo@kernel.org>2017-10-20 05:02:05 -0400
commitca4b9c3b743da39a6e0756a5c68edb35f6fc5e53 (patch)
tree95ce0819f92e25bc4d768ab13cee1f385a83a7b2 /tools/perf/builtin-script.c
parenta30b85df7d599f626973e9cd3056fe755bd778e0 (diff)
parent275d34b82561e695339b782950d49c386169dae3 (diff)
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r--tools/perf/builtin-script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 9092de0f7238..7167df215a42 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -611,7 +611,7 @@ static void print_sample_brstack(struct perf_sample *sample,
611 thread__find_addr_map(thread, sample->cpumode, MAP__FUNCTION, to, &alt); 611 thread__find_addr_map(thread, sample->cpumode, MAP__FUNCTION, to, &alt);
612 } 612 }
613 613
614 printf("0x%"PRIx64, from); 614 printf(" 0x%"PRIx64, from);
615 if (PRINT_FIELD(DSO)) { 615 if (PRINT_FIELD(DSO)) {
616 printf("("); 616 printf("(");
617 map__fprintf_dsoname(alf.map, stdout); 617 map__fprintf_dsoname(alf.map, stdout);
@@ -706,7 +706,7 @@ static void print_sample_brstackoff(struct perf_sample *sample,
706 if (alt.map && !alt.map->dso->adjust_symbols) 706 if (alt.map && !alt.map->dso->adjust_symbols)
707 to = map__map_ip(alt.map, to); 707 to = map__map_ip(alt.map, to);
708 708
709 printf("0x%"PRIx64, from); 709 printf(" 0x%"PRIx64, from);
710 if (PRINT_FIELD(DSO)) { 710 if (PRINT_FIELD(DSO)) {
711 printf("("); 711 printf("(");
712 map__fprintf_dsoname(alf.map, stdout); 712 map__fprintf_dsoname(alf.map, stdout);