linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Daniel Bristot de Oliveira <bristot@redhat.com>,
	David Ahern <dsahern@gmail.com>, Jiri Olsa <jolsa@redhat.com>,
	"Luis Claudio R. Goncalves" <lgoncalv@redhat.com>,
	Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Stanislav Fomichev <stfomichev@yandex-team.ru>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL 0/5] perf/core improvements and a fix
Date: Thu, 26 Jun 2014 18:01:42 -0300	[thread overview]
Message-ID: <1403816507-12943-1-git-send-email-acme@kernel.org> (raw)

Hi Ingo,

	Please consider pulling,

- Arnaldo

The following changes since commit 1c92f88542faa3ae4f970c548b4fe8275a45201b:

  Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core (2014-06-25 07:44:19 +0200)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo

for you to fetch changes up to e281a9606d7073c517f2571e83faaff029ddc1cf:

  perf trace: Add possibility to switch off syscall events (2014-06-26 17:48:07 -0300)

----------------------------------------------------------------
perf/core improvements and fixes:

New features:

. Add support for pagefault tracing in 'trace', please see multiple examples
  in the changeset messages (Stanislav Fomichev).

User visible:

. Fallback to syscalls:* when raw_syscalls:* is not available in the perl and
  python perf scripts. (Daniel Bristot de Oliveira)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

----------------------------------------------------------------
Daniel Bristot de Oliveira (1):
      perf scripts: Fallback to syscalls:* when raw_syscalls:* is not available

Stanislav Fomichev (4):
      perf trace: Add perf_event parameter to tracepoint_handler
      perf trace: Add support for pagefault tracing
      perf trace: Add pagefaults record and replay support
      perf trace: Add possibility to switch off syscall events

 tools/perf/Documentation/perf-trace.txt            |  46 ++++
 tools/perf/builtin-trace.c                         | 237 +++++++++++++++++----
 tools/perf/scripts/perl/bin/failed-syscalls-record |   3 +-
 tools/perf/scripts/perl/failed-syscalls.pl         |   5 +
 .../python/bin/failed-syscalls-by-pid-record       |   3 +-
 tools/perf/scripts/python/bin/sctop-record         |   3 +-
 .../python/bin/syscall-counts-by-pid-record        |   3 +-
 .../perf/scripts/python/bin/syscall-counts-record  |   3 +-
 .../perf/scripts/python/failed-syscalls-by-pid.py  |   5 +
 tools/perf/scripts/python/sctop.py                 |   5 +
 tools/perf/scripts/python/syscall-counts-by-pid.py |   5 +
 tools/perf/scripts/python/syscall-counts.py        |   5 +
 12 files changed, 280 insertions(+), 43 deletions(-)

             reply	other threads:[~2014-06-26 21:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 21:01 Arnaldo Carvalho de Melo [this message]
2014-06-26 21:01 ` [PATCH 1/5] perf scripts: Fallback to syscalls:* when raw_syscalls:* is not available Arnaldo Carvalho de Melo
2014-06-26 21:01 ` [PATCH 2/5] perf trace: Add perf_event parameter to tracepoint_handler Arnaldo Carvalho de Melo
2014-06-26 21:01 ` [PATCH 3/5] perf trace: Add support for pagefault tracing Arnaldo Carvalho de Melo
2014-06-26 21:01 ` [PATCH 4/5] perf trace: Add pagefaults record and replay support Arnaldo Carvalho de Melo
2014-06-26 21:01 ` [PATCH 5/5] perf trace: Add possibility to switch off syscall events Arnaldo Carvalho de Melo
2014-07-05  9:29 ` [GIT PULL 0/5] perf/core improvements and a fix 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=1403816507-12943-1-git-send-email-acme@kernel.org \
    --to=acme@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@redhat.com \
    --cc=bristot@redhat.com \
    --cc=dsahern@gmail.com \
    --cc=jolsa@redhat.com \
    --cc=lgoncalv@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=paulus@samba.org \
    --cc=stfomichev@yandex-team.ru \
    /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;
as well as URLs for NNTP newsgroup(s).