]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-top.c
perf report: Postpone objdump check until annotation requested
[karo-tx-linux.git] / tools / perf / builtin-top.c
index 102b43c9905d952c254f4604afa1d38d6088e446..c9ff3950cd4be55a487ff6cbda76b4f55c47ad5d 100644 (file)
@@ -598,7 +598,8 @@ static void *display_thread_tui(void *arg)
        list_for_each_entry(pos, &top->evlist->entries, node)
                pos->hists.uid_filter_str = top->target.uid_str;
 
-       perf_evlist__tui_browse_hists(top->evlist, help, &hbt);
+       perf_evlist__tui_browse_hists(top->evlist, help, &hbt,
+                                     &top->session->header.env);
 
        exit_browser(0);
        exit(0);