perf tools: Move units conversion/formatting routines to separate object
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 19:05:56 +0000 (16:05 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Apr 2017 16:22:44 +0000 (13:22 -0300)
commit58db1d6e7d5d24afa2d32e916fd6f6b6d240ba93
tree06771be58f7f44c42579561029bb811747a9678f
parent9607ad3a63871b074a57ce1facd04a230c38725c
perf tools: Move units conversion/formatting routines to separate object

Out of util.h, to disentangle it a bit more.

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-vpksyj3w5fk9t8s6mxmkajyr@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c
tools/perf/builtin-report.c
tools/perf/tests/unit_number__scnprintf.c
tools/perf/ui/browsers/hists.c
tools/perf/util/Build
tools/perf/util/evlist.c
tools/perf/util/python-ext-sources
tools/perf/util/units.c [new file with mode: 0644]
tools/perf/util/units.h [new file with mode: 0644]
tools/perf/util/util.c
tools/perf/util/util.h