From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
Adrian Hunter <adrian.hunter@intel.com>,
Azat Khuzhin <a3at.mail@gmail.com>, Bill Gray <bgray@redhat.com>,
David Ahern <dsahern@gmail.com>,
Davidlohr Bueso <davidlohr@hp.com>,
Don Zickus <dzickus@redhat.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Jiri Olsa <jolsa@redhat.com>, Joe Mario <jmario@redhat.com>,
Mike Galbraith <efault@gmx.de>,
Namhyung Kim <namhyung@kernel.org>,
Paul Mackerras <paulus@samba.org>,
Pekka Enberg <penberg@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Richard Fowles <rfowles@redhat.com>,
stable@vger.kernel.org, Stephane Eranian <eranian@google.com>,
Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>,
v.karpov@samsung.com, Waiman Long <Waiman.Long@hp.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 00/10] perf/core improvements and fixes
Date: Fri, 15 Nov 2013 07:38:02 +0100 [thread overview]
Message-ID: <20131115063802.GC12442@gmail.com> (raw)
In-Reply-To: <1384460715-23198-1-git-send-email-acme@infradead.org>
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
>
> Hi Ingo,
>
> Please consider pulling, done on top of tip/perf/urgent.
>
> - Arnaldo
>
> The following changes since commit e310718d0e83aeb9969264dc577c45db16d9104d:
>
> tools/perf/build: Fix feature-libunwind-debug-frame handling (2013-11-14 18:00:45 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo
>
> for you to fetch changes up to 539e6bb71e350541105e67e3d6c31392d9da25ef:
>
> perf record: Add an option to force per-cpu mmaps (2013-11-14 16:10:27 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes:
>
> . Synthesize anon MMAP records again, fix from Don Zickus.
>
> . Add an option in 'perf record' to force per-cpu mmaps, from Adrian Hunter.
>
> . Limit max callchain using max_stack on DWARF unwinding too.
>
> . Fix segfault in the UI browser caused by off by one handling END key.
>
> . Add '--demangle'/'--no-demangle' to perf probe, so that we can overcome
> current limitations in handling C++ symbols, from Azat Khuzhin .
>
> . Tweak 'perf trace' summary output, from Pekka Enberg.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (1):
> perf record: Add an option to force per-cpu mmaps
>
> Arnaldo Carvalho de Melo (4):
> perf tools: Use perf_evlist__{first,last}, perf_evsel__next
> perf evsel: Introduce perf_evsel__prev() method
> perf symbols: Limit max callchain using max_stack on DWARF unwinding too
> perf ui browser: Fix segfault caused by off by one handling END key
>
> Azat Khuzhin (1):
> perf probe: Add '--demangle'/'--no-demangle'
>
> Davidlohr Bueso (1):
> perf tools: Remove trivial extra semincolon
>
> Don Zickus (1):
> perf tools: Synthesize anon MMAP records again
>
> Ingo Molnar (1):
> perf top: Add missing newline if the 'uid' is invalid
>
> Pekka Enberg (1):
> perf trace: Tweak summary output
>
> tools/perf/Documentation/perf-record.txt | 6 ++++++
> tools/perf/builtin-probe.c | 2 ++
> tools/perf/builtin-record.c | 2 ++
> tools/perf/builtin-top.c | 4 ++--
> tools/perf/builtin-trace.c | 10 +++++-----
> tools/perf/tests/parse-events.c | 3 +--
> tools/perf/ui/browser.c | 4 ++--
> tools/perf/ui/browsers/hists.c | 11 +++++------
> tools/perf/util/event.c | 6 ++++--
> tools/perf/util/evlist.c | 6 ++++--
> tools/perf/util/evsel.c | 4 ++--
> tools/perf/util/evsel.h | 5 +++++
> tools/perf/util/machine.c | 2 +-
> tools/perf/util/target.h | 1 +
> tools/perf/util/unwind.c | 9 +++++----
> tools/perf/util/unwind.h | 5 +++--
> 16 files changed, 50 insertions(+), 30 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
prev parent reply other threads:[~2013-11-15 6:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-14 20:25 [GIT PULL 00/10] perf/core improvements and fixes Arnaldo Carvalho de Melo
2013-11-14 20:25 ` [PATCH 04/10] perf tools: Synthesize anon MMAP records again Arnaldo Carvalho de Melo
2013-11-15 6:38 ` Ingo Molnar [this message]
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=20131115063802.GC12442@gmail.com \
--to=mingo@kernel.org \
--cc=Waiman.Long@hp.com \
--cc=a3at.mail@gmail.com \
--cc=acme@ghostprotocols.net \
--cc=acme@infradead.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=bgray@redhat.com \
--cc=davidlohr@hp.com \
--cc=dsahern@gmail.com \
--cc=dzickus@redhat.com \
--cc=efault@gmx.de \
--cc=eranian@google.com \
--cc=fweisbec@gmail.com \
--cc=jmario@redhat.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@kernel.org \
--cc=paulus@samba.org \
--cc=penberg@kernel.org \
--cc=peterz@infradead.org \
--cc=rfowles@redhat.com \
--cc=stable@vger.kernel.org \
--cc=sukadev@linux.vnet.ibm.com \
--cc=v.karpov@samsung.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;
as well as URLs for NNTP newsgroup(s).