perf maps: Rename map_groups.h to maps.h

One more step in the merge of 'struct maps' with 'struct map_groups'.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-9ibtn3vua76f934t7woyf26w@git.kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 9a29ceee
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "perf_regs.h" #include "perf_regs.h"
#include "thread.h" #include "thread.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "event.h" #include "event.h"
#include "debug.h" #include "debug.h"
#include "tests/tests.h" #include "tests/tests.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "perf_regs.h" #include "perf_regs.h"
#include "thread.h" #include "thread.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "event.h" #include "event.h"
#include "debug.h" #include "debug.h"
#include "tests/tests.h" #include "tests/tests.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "perf_regs.h" #include "perf_regs.h"
#include "thread.h" #include "thread.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "event.h" #include "event.h"
#include "debug.h" #include "debug.h"
#include "tests/tests.h" #include "tests/tests.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "perf_regs.h" #include "perf_regs.h"
#include "thread.h" #include "thread.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "event.h" #include "event.h"
#include "debug.h" #include "debug.h"
#include "tests/tests.h" #include "tests/tests.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include "tests.h" #include "tests.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "dso.h" #include "dso.h"
#include "debug.h" #include "debug.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "../../util/event.h" #include "../../util/event.h"
#include "../../util/hist.h" #include "../../util/hist.h"
#include "../../util/map.h" #include "../../util/map.h"
#include "../../util/map_groups.h" #include "../../util/maps.h"
#include "../../util/symbol.h" #include "../../util/symbol.h"
#include "../../util/sort.h" #include "../../util/sort.h"
#include "../../util/evsel.h" #include "../../util/evsel.h"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "dso.h" #include "dso.h"
#include "env.h" #include "env.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "symbol.h" #include "symbol.h"
#include "srcline.h" #include "srcline.h"
#include "units.h" #include "units.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <linux/rbtree.h> #include <linux/rbtree.h>
#include "map_groups.h" #include "maps.h"
#include "dsos.h" #include "dsos.h"
#include "rwsem.h" #include "rwsem.h"
......
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __PERF_MAP_GROUPS_H #ifndef __PERF_MAPS_H
#define __PERF_MAP_GROUPS_H #define __PERF_MAPS_H
#include <linux/refcount.h> #include <linux/refcount.h>
#include <linux/rbtree.h> #include <linux/rbtree.h>
...@@ -84,4 +84,4 @@ int maps__merge_in(struct maps *kmaps, struct map *new_map); ...@@ -84,4 +84,4 @@ int maps__merge_in(struct maps *kmaps, struct map *new_map);
void __maps__sort_by_name(struct maps *maps); void __maps__sort_by_name(struct maps *maps);
#endif // __PERF_MAP_GROUPS_H #endif // __PERF_MAPS_H
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "dso.h" #include "dso.h"
#include "color.h" #include "color.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "symbol.h" #include "symbol.h"
#include <api/fs/fs.h> #include <api/fs/fs.h>
#include "trace-event.h" /* For __maybe_unused */ #include "trace-event.h" /* For __maybe_unused */
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "dso.h" #include "dso.h"
#include "map.h" #include "map.h"
#include "map_groups.h" #include "maps.h"
#include "symbol.h" #include "symbol.h"
#include "symsrc.h" #include "symsrc.h"
#include "demangle-java.h" #include "demangle-java.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment