perf hists browser: Add parameter to disable lost event warning
[linux-2.6-microblaze.git] / tools / perf / builtin-top.c
index ee4bba1..7def861 100644 (file)
@@ -611,7 +611,7 @@ static void *display_thread_tui(void *arg)
 
        perf_evlist__tui_browse_hists(top->evlist, help, &hbt,
                                      top->min_percent,
-                                     &top->session->header.env);
+                                     &top->session->header.env, true);
 
        done = 1;
        return NULL;