lkml.org 
[lkml]   [2010]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[GIT PULL 0/3] perf improvements
Date
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@doppio 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@doppio linux-2.6-tip]$ nm /tmp/perf.before | grep cplus_demangle | head -2
00000000004d5500 T cplus_demangle
000000000071ce60 D cplus_demangle_builtin_types
[acme@doppio linux-2.6-tip]$ nm ~/bin/perf | grep bfd_ | head -5
[acme@doppio linux-2.6-tip]$ nm ~/bin/perf | grep cplus_demangle | head -2
000000000045c210 T cplus_demangle
000000000067ff60 D cplus_demangle_builtin_types
[acme@doppio 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(-)



\
 
 \ /
  Last update: 2010-05-12 10:11    [W:0.071 / U:3.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site