[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1273595390-6486-1-git-send-email-acme@infradead.org>
Date: Tue, 11 May 2010 13:29:47 -0300
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Frédéric Weisbecker <fweisbec@...il.com>,
Mike Galbraith <efault@....de>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Robert Richter <robert.richter@....com>,
Tom Zanussi <tzanussi@...il.com>
Subject: [GIT PULL 0/3] perf improvements
Hi Ingo,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf
Tested Kyle's patch and it works as advertised:
[acme@...pio linux-2.6-tip]$ nm /tmp/perf.before | grep bfd_ | head -5
00000000004a5810 t MY_bfd_copy_private_section_data
000000000045a2e0 T _bfd_abort
00000000004c89a0 T _bfd_add_bfd_to_archive_cache
00000000004d1b30 T _bfd_add_merge_section
00000000004c7310 T _bfd_ar_spacepad
[acme@...pio linux-2.6-tip]$ nm /tmp/perf.before | grep cplus_demangle | head -2
00000000004d5500 T cplus_demangle
000000000071ce60 D cplus_demangle_builtin_types
[acme@...pio linux-2.6-tip]$ nm ~/bin/perf | grep bfd_ | head -5
[acme@...pio linux-2.6-tip]$ nm ~/bin/perf | grep cplus_demangle | head -2
000000000045c210 T cplus_demangle
000000000067ff60 D cplus_demangle_builtin_types
[acme@...pio linux-2.6-tip]$
But I guess we should make the autodetection better and not require
passing that define explicitely? Anyway, for now it solves Fedora's srpm problem,
so should go in now.
Regards,
Arnaldo Carvalho de Melo (1):
perf hist: Adopt filter by dso and by thread methods from the newt browser
Kyle McMartin (1):
perf symbols: allow forcing use of cplus_demangle
Masami Hiramatsu (1):
perf probe: Check older elfutils and set NO_DWARF
tools/perf/Makefile | 7 +++-
tools/perf/builtin-report.c | 5 +--
tools/perf/util/hist.c | 59 +++++++++++++++++++++++++++++++
tools/perf/util/hist.h | 15 ++++++++
tools/perf/util/newt.c | 80 +++++++-----------------------------------
tools/perf/util/session.h | 15 --------
6 files changed, 94 insertions(+), 87 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