diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2017-04-17 19:51:59 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-04-19 16:01:51 +0000 |
| commit | a067558e2fa72445e8f6e6b2dd372a82afae6e49 (patch) | |
| tree | 5f8a79cec16d185a0589bf4654cdae2bde91a8b8 /tools/perf/bench/mem-functions.c | |
| parent | perf tools: Move srcline definitions to separate header (diff) | |
| download | kernel-a067558e2fa72445e8f6e6b2dd372a82afae6e49.tar.gz kernel-a067558e2fa72445e8f6e6b2dd372a82afae6e49.zip | |
perf tools: Move extra string util functions to util/string2.h
Moving them from util.h, where they don't belong. Since libc already
have string.h, name it slightly differently, as string2.h.
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/bench/mem-functions.c')
| -rw-r--r-- | tools/perf/bench/mem-functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/bench/mem-functions.c b/tools/perf/bench/mem-functions.c index d1dea33dcfcf..fbd732b54047 100644 --- a/tools/perf/bench/mem-functions.c +++ b/tools/perf/bench/mem-functions.c @@ -12,6 +12,7 @@ #include <subcmd/parse-options.h> #include "../util/header.h" #include "../util/cloexec.h" +#include "../util/string2.h" #include "bench.h" #include "mem-memcpy-arch.h" #include "mem-memset-arch.h" |
