]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8b6407efb99ee4e81e42b76c39c0fd5620a6bdd
treedec9e6cc9008a1b80856cbc1ec1897dce975776c
parentb9e8f7a404cc07239c71611f7321ba2c19c038ad
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