Commit 41f30914 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf map: Move structs and prototypes for map groups to a separate header

And since machine.h only needs what is in there, make it stop including
map.h and instead include this newly introduced map_groups.h instead.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-dbob25fv5rp2rjpwlnterf38@git.kernel.org


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 1101f69a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +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 "event.h"
#include "event.h"
#include "debug.h"
#include "debug.h"
#include "tests/tests.h"
#include "tests/tests.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +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 "event.h"
#include "event.h"
#include "debug.h"
#include "debug.h"
#include "tests/tests.h"
#include "tests/tests.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +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 "event.h"
#include "event.h"
#include "debug.h"
#include "debug.h"
#include "tests/tests.h"
#include "tests/tests.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +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 "event.h"
#include "event.h"
#include "debug.h"
#include "debug.h"
#include "tests/tests.h"
#include "tests/tests.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,7 @@
#include "../../util/util.h"
#include "../../util/util.h"
#include "../../util/hist.h"
#include "../../util/hist.h"
#include "../../util/map.h"
#include "../../util/map.h"
#include "../../util/map_groups.h"
#include "../../util/sort.h"
#include "../../util/sort.h"
#include "../../util/evsel.h"
#include "../../util/evsel.h"
#include "../../util/srcline.h"
#include "../../util/srcline.h"
Loading