X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=tools%2Fperf%2Fui%2Fgtk%2Fhists.c;h=a4f02de7c1b54d426bb1b3f50b7fc2ba39ae5fa8;hb=5fdf4939dc66307daf30a3d5355a2bfb9d207676;hp=c5f3677f66797bdbf34c171cfc398009a15b60cd;hpb=787ad90332b3573d502a6c1aff52f708ca141976;p=cascardo%2Flinux.git diff --git a/tools/perf/ui/gtk/hists.c b/tools/perf/ui/gtk/hists.c index c5f3677f6679..a4f02de7c1b5 100644 --- a/tools/perf/ui/gtk/hists.c +++ b/tools/perf/ui/gtk/hists.c @@ -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, NULL); strcat(buf, ltrim(rtrim(hpp.buf))); } }