perf report/top: Add option to collapse undesired parts of call graph
[deliverable/linux.git] / tools / perf / util / session.c
index 951a1cfb317c99c0a11739235c145c97b55ea92c..1eb58eedcac1142d65055204ac115c23e7f099ba 100644 (file)
@@ -1406,9 +1406,8 @@ void perf_evsel__print_ip(struct perf_evsel *evsel, union perf_event *event,
 
        if (symbol_conf.use_callchain && sample->callchain) {
 
-
                if (machine__resolve_callchain(machine, evsel, al.thread,
-                                              sample, NULL) != 0) {
+                                              sample, NULL, NULL) != 0) {
                        if (verbose)
                                error("Failed to resolve callchain. Skipping\n");
                        return;
This page took 0.029393 seconds and 5 git commands to generate.