[PATCH 0/5] perf dso: Separate dso symbols to separate object

From: Jiri Olsa
Date: Sat Oct 27 2012 - 17:19:20 EST


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 <cjashfor@xxxxxxxxxxxxxxxxxx>
Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/