mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@elte.hu>, Paul Mackerras <paulus@samba.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PULL] perf counter patches
Date: Wed, 22 Jul 2009 19:04:00 +0200	[thread overview]
Message-ID: <1248282240.27058.1687.camel@twins> (raw)

Linus,

Please pull these perf counter patches from:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf.git perf-counters-for-linus

Thanks,

  Peter

---
Anton Blanchard (8):
      perf_counter tools: Rename cache events to remove $
      perf_counter: Make sure we dont leak kernel memory to userspace
      perf_counter: Synthesize VDSO mmap event
      perf_counter: Log vfork as a fork event
      perf_counter: Add perf record option to log addresses
      perf_counter: Make call graph option consistent
      perf_counter: Improve perf stat and perf record option parsing
      perf_counter: Fix throttle/unthrottle event logging

Arjan van de Ven (2):
      perf: Fix stack data leak
      perf: avoid structure size confusion by using a fixed size

Arnaldo Carvalho de Melo (7):
      perf report: Adjust column width to the values sampled
      perf report: Tidy up reporting of symbols not found
      strlist: Introduce strlist__entry and strlist__nr_entries methods
      perf report: Make the output more compact
      perf_counter tools: PLT info is stripped in -debuginfo packages
      perf report: Introduce -n/--show-nr-samples
      perf symbol: C++ demangling

Chris Wilson (1):
      perf_counter: Fix the tracepoint channel to perfcounters

Daniel Qarras (1):
      perf_counter, x86: Extend perf_counter Pentium M support

Jason Baron (2):
      perf_counter: Add tracepoint support to perf list, perf stat
      perf_counter: Detect debugfs location

Mike Galbraith (2):
      perf_counter tools: Fix vmlinux symbol generation breakage
      perf_counter tools: Give perf top inherit option

Peter Zijlstra (6):
      perf_counter: Fix up P6 PMU details
      perf_counter: Clean up global vs counter enable
      perf_counter: Stop open coding unclone_ctx
      perf_counter: Remove unused variables
      perf_counter: Plug more stack leaks
      perf_counter: PERF_SAMPLE_ID and inherited counters

Roel Kluin (1):
      perf_counter tools: Fix index boundary check

Vince Weaver (1):
      perf_counter: Add P6 PMU support

 arch/x86/kernel/cpu/perf_counter.c       |  253 +++++++++++++++++++++++++++---
 include/linux/perf_counter.h             |   15 +--
 init/Kconfig                             |    2 +-
 kernel/fork.c                            |    9 +-
 kernel/perf_counter.c                    |  186 +++++++++++-----------
 tools/perf/Documentation/perf-report.txt |   15 ++
 tools/perf/Makefile                      |    2 +-
 tools/perf/builtin-annotate.c            |   24 ---
 tools/perf/builtin-record.c              |   13 ++-
 tools/perf/builtin-report.c              |  255 +++++++++++++++++++++---------
 tools/perf/builtin-stat.c                |    3 +-
 tools/perf/builtin-top.c                 |    6 +-
 tools/perf/perf.c                        |   77 +++++++++-
 tools/perf/perf.h                        |    8 +-
 tools/perf/util/cache.h                  |    1 +
 tools/perf/util/header.h                 |    2 +-
 tools/perf/util/include/linux/kernel.h   |    8 +
 tools/perf/util/parse-events.c           |  182 +++++++++++++++++++++-
 tools/perf/util/parse-events.h           |    5 +
 tools/perf/util/string.h                 |    3 +
 tools/perf/util/strlist.c                |   20 ++-
 tools/perf/util/strlist.h                |   11 +-
 tools/perf/util/symbol.c                 |  145 +++++++++++-------
 tools/perf/util/symbol.h                 |    1 +
 tools/perf/util/util.h                   |    2 +
 25 files changed, 949 insertions(+), 299 deletions(-)


                 reply	other threads:[~2009-07-22 17:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1248282240.27058.1687.camel@twins \
    --to=peterz@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=torvalds@linux-foundation.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 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®