diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-22 22:58:29 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-26 17:58:29 +0300 |
commit | 125009026bfc9ec929975d35344bf69d2c636e95 (patch) | |
tree | e1af2ccecedf484c3eadbe3ae05ba657bdf231a4 /tools/perf/builtin-c2c.c | |
parent | aeb00b1aeab6dadd72c24f93bea51a46e109c2ba (diff) | |
download | linux-125009026bfc9ec929975d35344bf69d2c636e95.tar.xz |
perf cacheline: Move cacheline related routines to separate files
To disentangle util/sort.h a bit 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-6kbf2cauas06rbqp15pyter5@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-c2c.c')
-rw-r--r-- | tools/perf/builtin-c2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c index 211143720078..73782d99ee5a 100644 --- a/tools/perf/builtin-c2c.c +++ b/tools/perf/builtin-c2c.c @@ -26,6 +26,7 @@ #include "hist.h" #include "sort.h" #include "tool.h" +#include "cacheline.h" #include "data.h" #include "event.h" #include "evlist.h" |