summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sample-parsing.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-08-30 15:09:54 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-08-31 22:27:48 -0300
commitd3300a3c4e76ccecf4daa889327e340a870c550b (patch)
tree3daa0185836cd4f43261fdc3617cf611e822ba05 /tools/perf/tests/sample-parsing.c
parentf2a39fe84901df2b3d1bec3459b65cee3e8db57c (diff)
downloadlinux-stable-d3300a3c4e76ccecf4daa889327e340a870c550b.tar.gz
linux-stable-d3300a3c4e76ccecf4daa889327e340a870c550b.tar.bz2
linux-stable-d3300a3c4e76ccecf4daa889327e340a870c550b.zip
perf symbols: Move mem_info and branch_info out of symbol.h
The mem_info struct goes to mem-events.h and branch_info goes to branch.h, where they belong, this way we can remove several headers from symbols.h and trim the include dependency tree more. 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-aupw71xnravcsu2xoabfmhpc@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/sample-parsing.c')
-rw-r--r--tools/perf/tests/sample-parsing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/sample-parsing.c b/tools/perf/tests/sample-parsing.c
index 0c09dc15a059..5fcc06817076 100644
--- a/tools/perf/tests/sample-parsing.c
+++ b/tools/perf/tests/sample-parsing.c
@@ -7,6 +7,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
+#include "map_symbol.h"
#include "branch.h"
#include "util.h"
#include "event.h"