All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@infradead.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org, mhiramat@infradead.org,
	"Frédéric Weisbecker" <fweisbec@gmail.com>,
	"Mike Galbraith" <efault@gmx.de>,
	"Paul Mackerras" <paulus@samba.org>,
	"Peter Zijlstra" <a.p.zijlstra@chello.nl>,
	"Steven Rostedt" <rostedt@goodmis.org>
Subject: [GIT PULL] perf probe batch and a fix for sort_entries
Date: Wed, 14 Apr 2010 22:27:43 -0300	[thread overview]
Message-ID: <20100415012743.GP25649@ghostprotocols.net> (raw)

Hi Ingo,

	Please consider pulling from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf

	All patches already appeared on lkml,

Best Regards,

- Arnaldo

Frederic Weisbecker (1):
  perf tools: Fix accidentally preprocessed snprintf callback

Masami Hiramatsu (16):
  perf probe: Support argument name
  perf probe: Use the last field name as the argument name
  tracing/kprobes: Support basic types on dynamic events
  perf probe: Query basic types from debuginfo
  perf probe: Support basic type casting
  perf probe: Support DW_OP_call_frame_cfa in debuginfo
  perf probe: Remove die() from probe-finder code
  perf probe: Remove die() from probe-event code
  perf probe: Remove xzalloc() from util/probe-{event, finder}.c
  perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c
  perf probe: Fix to use correct debugfs path finder
  perf probe: Fix mis-estimation for shortening filename
  perf probe: Fix a bug that --line range can be overflow
  perf probe: Fix line range to show end line
  perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location
  perf probe: Show function entry line as probe-able

 Documentation/trace/kprobetrace.txt     |    4 +-
 kernel/trace/trace.h                    |   16 +-
 kernel/trace/trace_kprobe.c             |  535 +++++++++++-------
 tools/perf/Documentation/perf-probe.txt |   11 +-
 tools/perf/builtin-probe.c              |   78 ++-
 tools/perf/util/hist.c                  |   28 +-
 tools/perf/util/probe-event.c           |  898 ++++++++++++++++++++++---------
 tools/perf/util/probe-event.h           |   33 +-
 tools/perf/util/probe-finder.c          |  753 ++++++++++++++++++--------
 tools/perf/util/probe-finder.h          |    1 +
 tools/perf/util/sort.c                  |   42 +-
 tools/perf/util/sort.h                  |   12 +-
 12 files changed, 1634 insertions(+), 777 deletions(-)


             reply	other threads:[~2010-04-15  1:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15  1:27 Arnaldo Carvalho de Melo [this message]
2010-04-15  7:24 ` [GIT PULL] perf probe batch and a fix for sort_entries Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100415012743.GP25649@ghostprotocols.net \
    --to=acme@infradead.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=efault@gmx.de \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhiramat@infradead.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.