perf hists: Add line argument into perf_hpp_fmt's header callback
[cascardo/linux.git] / tools / perf / ui / gtk / hists.c
index c5f3677..79cb5c4 100644 (file)
@@ -549,7 +549,7 @@ static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists,
                                strcat(buf, "+");
                        first_col = false;
 
-                       fmt->header(fmt, &hpp, hists);
+                       fmt->header(fmt, &hpp, hists, 0);
                        strcat(buf, ltrim(rtrim(hpp.buf)));
                }
        }