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.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
9a29ceee6b
commit
c54d241b35
|
@ -3,7 +3,7 @@
|
|||
#include "perf_regs.h"
|
||||
#include "thread.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "event.h"
|
||||
#include "debug.h"
|
||||
#include "tests/tests.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "perf_regs.h"
|
||||
#include "thread.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "event.h"
|
||||
#include "debug.h"
|
||||
#include "tests/tests.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "perf_regs.h"
|
||||
#include "thread.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "event.h"
|
||||
#include "debug.h"
|
||||
#include "tests/tests.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "perf_regs.h"
|
||||
#include "thread.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "event.h"
|
||||
#include "debug.h"
|
||||
#include "tests/tests.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <linux/kernel.h>
|
||||
#include "tests.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "dso.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "dso.h"
|
||||
#include "env.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "symbol.h"
|
||||
#include "srcline.h"
|
||||
#include "units.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <linux/rbtree.h>
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "dsos.h"
|
||||
#include "rwsem.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef __PERF_MAP_GROUPS_H
|
||||
#define __PERF_MAP_GROUPS_H
|
||||
#ifndef __PERF_MAPS_H
|
||||
#define __PERF_MAPS_H
|
||||
|
||||
#include <linux/refcount.h>
|
||||
#include <linux/rbtree.h>
|
||||
|
@ -84,4 +84,4 @@ int maps__merge_in(struct maps *kmaps, struct map *new_map);
|
|||
|
||||
void __maps__sort_by_name(struct maps *maps);
|
||||
|
||||
#endif // __PERF_MAP_GROUPS_H
|
||||
#endif // __PERF_MAPS_H
|
|
@ -28,7 +28,7 @@
|
|||
#include "dso.h"
|
||||
#include "color.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "symbol.h"
|
||||
#include <api/fs/fs.h>
|
||||
#include "trace-event.h" /* For __maybe_unused */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "dso.h"
|
||||
#include "map.h"
|
||||
#include "map_groups.h"
|
||||
#include "maps.h"
|
||||
#include "symbol.h"
|
||||
#include "symsrc.h"
|
||||
#include "demangle-java.h"
|
||||
|
|
Loading…
Reference in New Issue