mirror of https://lore.kernel.org/lkml/
 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,
	Arnaldo Carvalho de Melo <acme@infradead.org>,
	Franck Bui-Huu <fbuihuu@gmail.com>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Ian Munsie <imunsie@au1.ibm.com>, Ingo Molnar <mingo@elte.hu>,
	Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>,
	Mike Galbraith <efault@gmx.de>, Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Stephane Eranian <eranian@google.com>,
	Tom Zanussi <tzanussi@gmail.com>,
	Torok Edwin <edwintorok@gmail.com>,
	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Subject: [GIT PULL 0/4] perf/core fixes
Date: Mon, 27 Dec 2010 20:00:09 -0200	[thread overview]
Message-ID: <1293487213-533-1-git-send-email-acme@infradead.org> (raw)

Hi Ingo,

        Please consider pulling from:

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

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (3):
  perf script: Finish the rename from trace to script
  perf record: Fix use of sample_id_all userspace with !sample_id_all kernels
  perf script: Fix event ordering settings to work with older kernels

Franck Bui-Huu (1):
  perf probe: Fix short file name probe location reporting

 tools/perf/builtin-record.c                        |   24 +++++++++++++++----
 tools/perf/builtin-script.c                        |    1 +
 tools/perf/scripts/perl/Perf-Trace-Util/Context.c  |    2 +-
 tools/perf/scripts/perl/Perf-Trace-Util/Context.xs |    4 +-
 tools/perf/scripts/perl/Perf-Trace-Util/README     |    4 +-
 .../perl/Perf-Trace-Util/lib/Perf/Trace/Context.pm |    2 +-
 .../perl/Perf-Trace-Util/lib/Perf/Trace/Core.pm    |    4 +-
 .../perl/Perf-Trace-Util/lib/Perf/Trace/Util.pm    |    4 +-
 tools/perf/scripts/perl/bin/failed-syscalls-report |    2 +-
 tools/perf/scripts/perl/bin/rw-by-file-report      |    5 +---
 tools/perf/scripts/perl/bin/rw-by-pid-report       |    5 +---
 tools/perf/scripts/perl/bin/rwtop-report           |    5 +---
 tools/perf/scripts/perl/bin/wakeup-latency-report  |    5 +---
 tools/perf/scripts/perl/bin/workqueue-stats-report |    6 +----
 tools/perf/scripts/perl/check-perf-trace.pl        |    2 +-
 tools/perf/scripts/perl/rw-by-file.pl              |    2 +-
 tools/perf/scripts/perl/workqueue-stats.pl         |    2 +-
 .../python/Perf-Trace-Util/lib/Perf/Trace/Core.py  |    2 +-
 .../Perf-Trace-Util/lib/Perf/Trace/SchedGui.py     |    2 +-
 .../python/Perf-Trace-Util/lib/Perf/Trace/Util.py  |    2 +-
 .../python/bin/failed-syscalls-by-pid-report       |    2 +-
 .../scripts/python/bin/futex-contention-report     |    2 +-
 tools/perf/scripts/python/bin/netdev-times-report  |    2 +-
 .../perf/scripts/python/bin/sched-migration-report |    2 +-
 tools/perf/scripts/python/bin/sctop-report         |    2 +-
 .../python/bin/syscall-counts-by-pid-report        |    2 +-
 .../perf/scripts/python/bin/syscall-counts-report  |    2 +-
 tools/perf/scripts/python/check-perf-trace.py      |    2 +-
 .../perf/scripts/python/failed-syscalls-by-pid.py  |    2 +-
 tools/perf/scripts/python/sched-migration.py       |    2 +-
 tools/perf/scripts/python/sctop.py                 |    2 +-
 tools/perf/scripts/python/syscall-counts-by-pid.py |    2 +-
 tools/perf/scripts/python/syscall-counts.py        |    2 +-
 tools/perf/util/probe-event.c                      |   14 +++++-----
 34 files changed, 62 insertions(+), 63 deletions(-)


             reply	other threads:[~2010-12-27 22:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-27 22:00 Arnaldo Carvalho de Melo [this message]
2010-12-27 22:00 ` [PATCH 1/4] perf script: Finish the rename from trace to script Arnaldo Carvalho de Melo
2010-12-27 22:00 ` [PATCH 2/4] perf record: Fix use of sample_id_all userspace with !sample_id_all kernels Arnaldo Carvalho de Melo
2010-12-27 22:00 ` [PATCH 3/4] perf script: Fix event ordering settings to work with older kernels Arnaldo Carvalho de Melo
2010-12-27 22:00 ` [PATCH 4/4] perf probe: Fix short file name probe location reporting Arnaldo Carvalho de Melo
2010-12-28  3:24 ` [GIT PULL 0/4] perf/core fixes Ingo Molnar
2011-08-08 15:52 Arnaldo Carvalho de Melo
2011-08-09 19:43 Arnaldo Carvalho de Melo

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=1293487213-533-1-git-send-email-acme@infradead.org \
    --to=acme@infradead.org \
    --cc=acme@ghostprotocols.net \
    --cc=edwintorok@gmail.com \
    --cc=efault@gmx.de \
    --cc=eranian@google.com \
    --cc=fbuihuu@gmail.com \
    --cc=fweisbec@gmail.com \
    --cc=imunsie@au1.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masami.hiramatsu.pt@hitachi.com \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=tzanussi@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®