mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/9] [GIT PULL] tracing: cleanups, updates, and fixes
@ 2012-02-14  3:39 Steven Rostedt
  2012-02-14  3:39 ` [PATCH 1/9] ftrace: Change filter/notrace set functions to return exit code Steven Rostedt
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steven Rostedt @ 2012-02-14  3:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]


Ingo,

Please pull the latest tip/perf/core tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
tip/perf/core

Head SHA1: 47b0edcb599ea6eb9ef16d3a08932a0e01485293


Geunsik Lim (2):
      ftrace: sched_switch plugin is deprecated
      ftrace: Append wakeup_rt description of ftrace doc

Jiri Olsa (1):
      ftrace: Change filter/notrace set functions to return exit code

Johannes Berg (1):
      printk/tracing: Add console output tracing

Steven Rostedt (4):
      tracing/softirq: Move __raise_softirq_irqoff() out of header
      tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_idle_exit() sections
      x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()
      cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() section

Thomas Meyer (1):
      tracing/trivial: Use kcalloc instead of kzalloc to allocate array

----
 Documentation/trace/ftrace.txt     |    7 ++++++
 arch/x86/kernel/process.c          |   24 ++++++++++----------
 drivers/cpuidle/cpuidle.c          |    8 +++---
 include/linux/ftrace.h             |    4 +-
 include/linux/interrupt.h          |    7 +-----
 include/linux/tracepoint.h         |   22 +++++++++++++++---
 include/trace/events/power.h       |    2 +
 include/trace/events/printk.h      |   41 ++++++++++++++++++++++++++++++++++++
 kernel/irq/chip.c                  |    2 +
 kernel/printk.c                    |    5 ++++
 kernel/softirq.c                   |    6 +++++
 kernel/trace/ftrace.c              |   17 ++++++++------
 kernel/trace/trace.c               |    6 ++--
 kernel/trace/trace_events_filter.c |    7 ++---
 kernel/trace/trace_syscalls.c      |    4 +-
 15 files changed, 118 insertions(+), 44 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-02-14  3:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-14  3:39 [PATCH 0/9] [GIT PULL] tracing: cleanups, updates, and fixes Steven Rostedt
2012-02-14  3:39 ` [PATCH 1/9] ftrace: Change filter/notrace set functions to return exit code Steven Rostedt
2012-02-14  3:39 ` [PATCH 2/9] tracing/softirq: Move __raise_softirq_irqoff() out of header Steven Rostedt
2012-02-14  3:39 ` [PATCH 3/9] tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_idle_exit() sections Steven Rostedt
2012-02-14  3:39 ` [PATCH 4/9] x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle() Steven Rostedt
2012-02-14  3:39 ` [PATCH 5/9] cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() section Steven Rostedt
2012-02-14  3:39 ` [PATCH 6/9] ftrace: sched_switch plugin is deprecated Steven Rostedt
2012-02-14  3:39 ` [PATCH 7/9] ftrace: Append wakeup_rt description of ftrace doc Steven Rostedt
2012-02-14  3:39 ` [PATCH 8/9] printk/tracing: Add console output tracing Steven Rostedt
2012-02-14  3:39 ` [PATCH 9/9] tracing/trivial: Use kcalloc instead of kzalloc to allocate array Steven Rostedt

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

Powered by JetHome