diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 1cad37014673..cd616ff5d221 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -341,10 +341,10 @@ static void print_sample_addr(union perf_event *event, | |||
341 | return; | 341 | return; |
342 | 342 | ||
343 | thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, | 343 | thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, |
344 | sample->addr, &al); | 344 | sample->addr, &al, NULL); |
345 | if (!al.map) | 345 | if (!al.map) |
346 | thread__find_addr_map(thread, machine, cpumode, MAP__VARIABLE, | 346 | thread__find_addr_map(thread, machine, cpumode, MAP__VARIABLE, |
347 | sample->addr, &al); | 347 | sample->addr, &al, NULL); |
348 | 348 | ||
349 | al.cpu = sample->cpu; | 349 | al.cpu = sample->cpu; |
350 | al.sym = NULL; | 350 | al.sym = NULL; |