lkml.org 
[lkml]   [2012]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] perf dso: Separate dso symbols to separate object
Date
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@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@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(-)


\
 
 \ /
  Last update: 2012-10-28 00:01    [W:0.118 / U:1.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site