aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
diff options
context:
space:
mode:
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 8f9f9b6140db..8fecd3b8130a 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -389,7 +389,7 @@ static void print_sample_bts(union perf_event *event,
389 printf(" "); 389 printf(" ");
390 else 390 else
391 printf("\n"); 391 printf("\n");
392 perf_event__print_ip(event, sample, machine, evsel, 392 perf_event__print_ip(event, sample, machine,
393 PRINT_FIELD(SYM), PRINT_FIELD(DSO), 393 PRINT_FIELD(SYM), PRINT_FIELD(DSO),
394 PRINT_FIELD(SYMOFFSET)); 394 PRINT_FIELD(SYMOFFSET));
395 } 395 }
@@ -433,7 +433,7 @@ static void process_event(union perf_event *event __unused,
433 printf(" "); 433 printf(" ");
434 else 434 else
435 printf("\n"); 435 printf("\n");
436 perf_event__print_ip(event, sample, machine, evsel, 436 perf_event__print_ip(event, sample, machine,
437 PRINT_FIELD(SYM), PRINT_FIELD(DSO), 437 PRINT_FIELD(SYM), PRINT_FIELD(DSO),
438 PRINT_FIELD(SYMOFFSET)); 438 PRINT_FIELD(SYMOFFSET));
439 } 439 }