mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 0/3] tracing: A few updates for 4.15
Date: Fri, 13 Oct 2017 11:08:45 -0400	[thread overview]
Message-ID: <20171013150845.279973609@goodmis.org> (raw)

  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

             reply	other threads:[~2017-10-13 15:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13 15:08 Steven Rostedt [this message]
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

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=20171013150845.279973609@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.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

Powered by JetHome