]> asedeno.scripts.mit.edu Git - linux.git/commit
perf map: Move structs and prototypes for map groups to a separate header
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 27 Jan 2019 12:44:29 +0000 (13:44 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Feb 2019 13:00:38 +0000 (10:00 -0300)
commit41f30914fc33116cfd0fd0982c8effe435d97698
tree205c38e17e6b81c56950906d56dcf13daeb71596
parent1101f69af5335a863765100d1df1999fd1e8c5bf
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: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/arm/tests/dwarf-unwind.c
tools/perf/arch/arm64/tests/dwarf-unwind.c
tools/perf/arch/powerpc/tests/dwarf-unwind.c
tools/perf/arch/x86/tests/dwarf-unwind.c
tools/perf/ui/stdio/hist.c
tools/perf/util/machine.h
tools/perf/util/map.c
tools/perf/util/map.h
tools/perf/util/map_groups.h [new file with mode: 0644]
tools/perf/util/probe-event.c
tools/perf/util/symbol-elf.c