diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-24 21:14:12 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-25 15:51:49 +0300 |
commit | 32ff3fec07b6d8e6c5cc2342f6cbbdcb224d484c (patch) | |
tree | 7b4ecd5ec18e1c0c07f74fb3b6486c66f24f2d5e /tools/perf/util/symbol-elf.c | |
parent | 80ab2987a016f774201d4f3509118047f9d58175 (diff) | |
download | linux-32ff3fec07b6d8e6c5cc2342f6cbbdcb224d484c.tar.xz |
perf copyfile: Move copyfile routines to separate files
Further reducing the util.c hodgepodge files.
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-0i62zh7ok25znibyebgq0qs4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/symbol-elf.c')
-rw-r--r-- | tools/perf/util/symbol-elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c index 6fbfdf8bf61f..66f4be1df573 100644 --- a/tools/perf/util/symbol-elf.c +++ b/tools/perf/util/symbol-elf.c @@ -17,7 +17,7 @@ #include "machine.h" #include "vdso.h" #include "debug.h" -#include "util.h" +#include "util/copyfile.h" #include <linux/ctype.h> #include <linux/kernel.h> #include <linux/zalloc.h> |