perf tools: Uninline scnprintf() and vscnprint()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 7 Jul 2016 18:42:33 +0000 (15:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Jul 2016 18:20:24 +0000 (15:20 -0300)
commitd0761e37fe3fed7810ed8d6e130b79359f0c3e13
treedec9e6cc9008a1b80856cbc1ec1897dce975776c
parent5496bc0c0d255f2a8a3a4c36087eb3b72ff63ea0
perf tools: Uninline scnprintf() and vscnprint()

They were in tools/include/linux/kernel.h, requiring that it in turn
included stdio.h, which is way too heavy.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-855h8olnkot9v0dajuee1lo3@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/linux/kernel.h
tools/lib/vsprintf.c [new file with mode: 0644]
tools/objtool/builtin-check.c
tools/perf/MANIFEST
tools/perf/util/Build
tools/perf/util/color.c
tools/perf/util/dso.h
tools/perf/util/help-unknown-cmd.c
tools/perf/util/python-ext-sources