perf hists: Fix indent for multiple hierarchy sort key
[deliverable/linux.git] / tools / perf / ui / hist.c
index 95795ef4209b9018c164f41c3370bb5e54d5620e..f03c4f70438fb90daf720164edf65d5a680f2d30 100644 (file)
@@ -740,6 +740,7 @@ static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt)
                node->level = fmt->level;
                perf_hpp_list__init(&node->hpp);
 
+               hists->nr_hpp_node++;
                list_add_tail(&node->list, &hists->hpp_formats);
        }
 
This page took 0.051894 seconds and 5 git commands to generate.