public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] instrumentation updates
@ 2010-08-02  0:13 Frederic Weisbecker
  2010-08-02  0:13 ` [PATCH 01/12] perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call Frederic Weisbecker
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Frederic Weisbecker @ 2010-08-02  0:13 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Steven Rostedt, Peter Zijlstra,
	Arnaldo Carvalho de Melo, Paul Mackerras

Ingo,

Please pull the perf/core branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	perf/core


A large part is about the new "perf sched migration". It still needs
improvements, like fixing some zoom issues, handling sched policies
and nice levels, etc...

But at least it's usable for general overviews of CPUs load
distribution.

Thanks,
	Frederic
---

Frederic Weisbecker (9):
      perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call
      tracing: Drop cpparg() macro
      perf: New migration tool overview
      perf, sched migration: Handle ignored migrate out events
      perf, sched migration: Ignore unhandled task states
      perf, sched migration: Make it vertically scrollable
      perf, sched migration: Make the GUI class client agnostic
      perf, sched migration: Librarize the GUI class
      perf, sched migration: Librarize task states and event headers helpers

Nikhil Rao (2):
      perf, sched migration: Fix key bindings
      perf, sched migration: Parameterize cpu height and spacing

Marcin Slusarz (1):
      x86,mmiotrace: Add support for tracing STOS instruction


 arch/x86/mm/pf_in.c                                |   30 +-
 include/trace/ftrace.h                             |    7 +-
 kernel/trace/trace_event_perf.c                    |    6 +-
 .../python/Perf-Trace-Util/lib/Perf/Trace/Core.py  |   30 ++
 .../Perf-Trace-Util/lib/Perf/Trace/SchedGui.py     |  184 ++++++++
 .../perf/scripts/python/bin/sched-migration-record |    2 +
 .../perf/scripts/python/bin/sched-migration-report |    3 +
 tools/perf/scripts/python/sched-migration.py       |  461 ++++++++++++++++++++
 8 files changed, 702 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-08-02 15:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02  0:13 [GIT PULL] instrumentation updates Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 01/12] perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call Frederic Weisbecker
2010-08-02 15:14   ` Mathieu Desnoyers
2010-08-02  0:13 ` [PATCH 02/12] tracing: Drop cpparg() macro Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 03/12] perf: New migration tool overview Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 04/12] perf, sched migration: Handle ignored migrate out events Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 05/12] perf, sched migration: Ignore unhandled task states Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 06/12] perf, sched migration: Fix key bindings Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 07/12] perf, sched migration: Parameterize cpu height and spacing Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 08/12] perf, sched migration: Make it vertically scrollable Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 09/12] perf, sched migration: Make the GUI class client agnostic Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 10/12] perf, sched migration: Librarize the GUI class Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 11/12] perf, sched migration: Librarize task states and event headers helpers Frederic Weisbecker
2010-08-02  0:13 ` [PATCH 12/12] x86,mmiotrace: Add support for tracing STOS instruction Frederic Weisbecker
2010-08-02  6:28 ` [GIT PULL] instrumentation updates Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox