mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -tip  00/12] Perf probe bugfixes and debuginfo object
@ 2011-03-30  9:25 Masami Hiramatsu
  2011-03-30  9:25 ` [PATCH -tip 01/12] [BUGFIX]perf probe: Fix to ensure function declared file Masami Hiramatsu
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Masami Hiramatsu @ 2011-03-30  9:25 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Ingo Molnar
  Cc: Frederic Weisbecker, Lin Ming, Peter Zijlstra, linux-kernel,
	2nddept-manager

Hi,

Here is a series of bugfixes, cleanups and updates
for perf probe.

This series fixes several bugs and cleanup code.
The biggest cleanup is separating dwarf related
code into dwarf-aux.{c,h} and add API documents.
This also introduce debuginfo object which allows
other object to include debuginfo pointer without
 #ifdefs.

Thank you,

---

Masami Hiramatsu (12):
      perf: Export debuginfo object without dwarf support
      perf probe: Introduce debuginfo to encapsulate dwarf information
      perf probe: Warn when more than two lines are given
      [CLEANUP]perf-probe: Move dwarf library routines to dwarf-aux.{c,h}
      [CLEANUP]perf probe: Remove redundant dwarf functions
      [CLEANUP]perf probe: Move strtailcmp to string.c
      [CLEANUP]perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END
      [BUGFIX]perf probe: Fix listing incorrect line number with inline function
      [BUGFIX]perf probe: Fix to find recursively inlined function
      [BUGFIX]perf probe: Fix multiple --vars options behavior
      [BUGFIX]perf probe: Fix to remove redundant close
      [BUGFIX]perf probe: Fix to ensure function declared file


 tools/perf/Makefile            |    2 
 tools/perf/builtin-probe.c     |   11 -
 tools/perf/util/dwarf-aux.c    |  663 ++++++++++++++++++++++++++++++++
 tools/perf/util/dwarf-aux.h    |  100 +++++
 tools/perf/util/probe-event.c  |   73 ++-
 tools/perf/util/probe-finder.c |  839 ++++++++--------------------------------
 tools/perf/util/probe-finder.h |   95 ++++-
 tools/perf/util/string.c       |   19 +
 tools/perf/util/util.h         |    1 
 9 files changed, 1090 insertions(+), 713 deletions(-)
 create mode 100644 tools/perf/util/dwarf-aux.c
 create mode 100644 tools/perf/util/dwarf-aux.h

-- 
Masami HIRAMATSU
2nd Dept. Linux Technology Center
Hitachi, Ltd., Systems Development Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-04-06 11:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-30  9:25 [PATCH -tip 00/12] Perf probe bugfixes and debuginfo object Masami Hiramatsu
2011-03-30  9:25 ` [PATCH -tip 01/12] [BUGFIX]perf probe: Fix to ensure function declared file Masami Hiramatsu
2011-04-06 11:12   ` [tip:perf/urgent] perf " tip-bot for Masami Hiramatsu
2011-03-30  9:25 ` [PATCH -tip 02/12] [BUGFIX]perf probe: Fix to remove redundant close Masami Hiramatsu
2011-04-06 11:13   ` [tip:perf/urgent] perf " tip-bot for Masami Hiramatsu
2011-03-30  9:25 ` [PATCH -tip 03/12] [BUGFIX]perf probe: Fix multiple --vars options behavior Masami Hiramatsu
2011-04-06 11:13   ` [tip:perf/urgent] perf " tip-bot for Masami Hiramatsu
2011-03-30  9:25 ` [PATCH -tip 04/12] [BUGFIX]perf probe: Fix to find recursively inlined function Masami Hiramatsu
2011-04-06 11:14   ` [tip:perf/urgent] perf " tip-bot for Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 05/12] [BUGFIX]perf probe: Fix listing incorrect line number with inline function Masami Hiramatsu
2011-04-06 11:14   ` [tip:perf/urgent] perf " tip-bot for Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 06/12] [CLEANUP]perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 07/12] [CLEANUP]perf probe: Move strtailcmp to string.c Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 08/12] [CLEANUP]perf probe: Remove redundant dwarf functions Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 09/12] [CLEANUP]perf-probe: Move dwarf library routines to dwarf-aux.{c, h} Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 10/12] perf probe: Warn when more than two lines are given Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 11/12] perf probe: Introduce debuginfo to encapsulate dwarf information Masami Hiramatsu
2011-03-30  9:26 ` [PATCH -tip 12/12] perf: Export debuginfo object without dwarf support Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome