hi,
separating dso related stuff into dso object plus some other symbol
object cleanup. It's just a code moving, no actual change was done.

Attached patches:
  1/5 perf tool: Move build_id__sprintf into build-id object
  2/5 perf tool: Move BUILD_ID_SIZE into build-id object
  3/5 perf tool: Move hex2u64 into util object
  4/5 perf tool: Move strxfrchar into string object
  5/5 perf tool: Move dso_* related functions into dso object

Also available in:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/linux.git
perf/dso1

thanks,
jirka

Cc: Corey Ashford <cjash...@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweis...@gmail.com>
Cc: Ingo Molnar <mi...@elte.hu>
Cc: Namhyung Kim <namhy...@kernel.org>
Cc: Paul Mackerras <pau...@samba.org>
Cc: Peter Zijlstra <a.p.zijls...@chello.nl>
Cc: Arnaldo Carvalho de Melo <a...@redhat.com>
---
 tools/perf/Makefile                |   2 +
 tools/perf/builtin-buildid-cache.c |   1 +
 tools/perf/util/annotate.c         |   1 +
 tools/perf/util/build-id.c         |  15 ++
 tools/perf/util/build-id.h         |   7 +-
 tools/perf/util/dso.c              | 594 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/perf/util/dso.h              | 148 +++++++++++++++
 tools/perf/util/event.h            |   3 +-
 tools/perf/util/header.c           |   1 +
 tools/perf/util/map.c              |   1 +
 tools/perf/util/string.c           |  18 ++
 tools/perf/util/symbol.c           | 657 
+------------------------------------------------------------------
 tools/perf/util/symbol.h           | 141 +--------------
 tools/perf/util/util.c             |  33 ++++
 tools/perf/util/util.h             |   2 +
 15 files changed, 831 insertions(+), 793 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to