diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-01-22 13:47:38 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-01-25 15:12:08 +0100 |
commit | 8a249c73a5cc0f578ef2c5a392e20336203ebe3a (patch) | |
tree | a6782ffc4ee57077cd67d5e9656f55605ac2076f /tools/perf/util/stat-display.c | |
parent | perf symbols: Move symbol_conf to separate file (diff) | |
download | linux-8a249c73a5cc0f578ef2c5a392e20336203ebe3a.tar.xz linux-8a249c73a5cc0f578ef2c5a392e20336203ebe3a.zip |
perf annotate: Remove lots of headers from annotate.h
To reduce the chances changes trigger tons of rebuilds, more to come.
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-ytbykaku63862guk7muflcy4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/stat-display.c')
-rw-r--r-- | tools/perf/util/stat-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/stat-display.c b/tools/perf/util/stat-display.c index 665ee374fc01..6d043c78f3c2 100644 --- a/tools/perf/util/stat-display.c +++ b/tools/perf/util/stat-display.c @@ -2,6 +2,7 @@ #include <inttypes.h> #include <linux/time64.h> #include <math.h> +#include "color.h" #include "evlist.h" #include "evsel.h" #include "stat.h" |