perf hists: Introduce perf_hpp_list__init function
[deliverable/linux.git] / tools / perf / util / hist.c
index d07955c145e59cf2a6bd570142225f864092e676..b762ecc31505456825c3683bb917972ac14a2866 100644 (file)
@@ -1642,3 +1642,9 @@ int hists__init(void)
 
        return err;
 }
+
+void perf_hpp_list__init(struct perf_hpp_list *list)
+{
+       INIT_LIST_HEAD(&list->fields);
+       INIT_LIST_HEAD(&list->sorts);
+}
This page took 0.036129 seconds and 5 git commands to generate.