]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/ui/stdio/hist.c
perf maps: Rename map_groups.h to maps.h
[linux.git] / tools / perf / ui / stdio / hist.c
index 132056c7d5b706b519905f13af3fe84ab9580918..2ab2af4d48494ed44ee8a0dddc6a214aa441ed93 100644 (file)
@@ -8,7 +8,7 @@
 #include "../../util/event.h"
 #include "../../util/hist.h"
 #include "../../util/map.h"
-#include "../../util/map_groups.h"
+#include "../../util/maps.h"
 #include "../../util/symbol.h"
 #include "../../util/sort.h"
 #include "../../util/evsel.h"
@@ -885,7 +885,7 @@ size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
                }
 
                if (h->ms.map == NULL && verbose > 1) {
-                       map_groups__fprintf(h->thread->mg, fp);
+                       maps__fprintf(h->thread->maps, fp);
                        fprintf(fp, "%.10s end\n", graph_dotted_line);
                }
        }