diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-17 15:51:59 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 12:01:51 -0400 |
commit | a067558e2fa72445e8f6e6b2dd372a82afae6e49 (patch) | |
tree | 5f8a79cec16d185a0589bf4654cdae2bde91a8b8 /tools/perf/util/annotate.c | |
parent | 632a5cabea21eb079b788d2bb4a9318bd6fff5e1 (diff) |
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 <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-eh3vz5sqxsrdd8lodoro4jrw@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/annotate.c')
-rw-r--r-- | tools/perf/util/annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index d69fdafba274..297bf5c66609 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include "annotate.h" | 19 | #include "annotate.h" |
20 | #include "evsel.h" | 20 | #include "evsel.h" |
21 | #include "block-range.h" | 21 | #include "block-range.h" |
22 | #include "string2.h" | ||
22 | #include "arch/common.h" | 23 | #include "arch/common.h" |
23 | #include <regex.h> | 24 | #include <regex.h> |
24 | #include <pthread.h> | 25 | #include <pthread.h> |