[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1351372712-21104-1-git-send-email-jolsa@redhat.com>
Date: Sat, 27 Oct 2012 23:18:27 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...e.hu>,
Namhyung Kim <namhyung@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH 0/5] perf dso: Separate dso symbols to separate object
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@...ux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Arnaldo Carvalho de Melo <acme@...hat.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists