perf symbols: Introduce map_symbol.h

To allow headers just wanting this definition to be able to get it
without all the things in symbol.h, to reduce the include dep tree.

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-l32z2qyhs6fe8unf4gk2ead2@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo
2019-01-27 12:02:41 +01:00
parent 7b644f9ad1
commit 9f4e8ff27a
5 changed files with 27 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
#include "evsel.h"
#include "header.h"
#include "color.h"
#include "symbol.h"
#include "ui/progress.h"
struct hist_entry;