mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [for-next][PATCH 0/3] tracing: A few updates for 4.15
@ 2017-10-13 15:08 Steven Rostedt
  2017-10-13 15:08 ` [for-next][PATCH 1/3] tracing: Prepare to add preempt and irq trace events Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steven Rostedt @ 2017-10-13 15:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 8715b108cd75523c9b2e833cdcd7aeb363767f95


Joel Fernandes (3):
      tracing: Prepare to add preempt and irq trace events
      tracing: Add support for preempt and irq enable/disable events
      ftrace: Clear hashes of stale ips of init memory

----
 include/linux/ftrace.h            |   3 +-
 include/trace/events/preemptirq.h |  70 ++++++++++++++++++++
 kernel/trace/Kconfig              |  11 ++++
 kernel/trace/Makefile             |   1 +
 kernel/trace/ftrace.c             |  69 ++++++++++++++++++++
 kernel/trace/trace_irqsoff.c      | 133 ++++++++++++++++++++++++++++++--------
 6 files changed, 260 insertions(+), 27 deletions(-)
 create mode 100644 include/trace/events/preemptirq.h

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

end of thread, other threads:[~2017-10-13 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-13 15:08 [for-next][PATCH 0/3] tracing: A few updates for 4.15 Steven Rostedt
2017-10-13 15:08 ` [for-next][PATCH 1/3] tracing: Prepare to add preempt and irq trace events Steven Rostedt
2017-10-13 15:08 ` [for-next][PATCH 2/3] tracing: Add support for preempt and irq enable/disable events Steven Rostedt
2017-10-13 15:08 ` [for-next][PATCH 3/3] ftrace: Clear hashes of stale ips of init memory 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