The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v6 0/2] tracing: Add trace events for preemption and irq disable/enable
@ 2017-09-22  1:50 Joel Fernandes
  2017-09-22  1:50 ` [PATCH v6 1/2] tracing: Prepare to add preempt and irq trace events Joel Fernandes
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Joel Fernandes @ 2017-09-22  1:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-team, Joel Fernandes, Steven Rostedt, Peter Zilstra

These patches add trace events support for preempt and irq disable/enable
events.

Changes since v5:
- Use trace_*_rcuidle variants (thanks Steve!)

Here's an example of how Android's systrace will be using it to show critical
sections as a gantt chart: http://imgur.com/download/TZplEVp

Links to earlier series:
v5: https://lkml.org/lkml/2017/9/12/507
v4: https://lkml.org/lkml/2017/9/6/724
v3: https://lkml.org/lkml/2017/9/3/15

Joel Fernandes (2):
  tracing: Prepare to add preempt and irq trace events
  tracing: Add support for preempt and irq enable/disable events

 include/linux/ftrace.h            |   3 +-
 include/linux/irqflags.h          |   4 +-
 include/trace/events/preemptirq.h |  66 ++++++++++++++
 kernel/trace/Kconfig              |   9 ++
 kernel/trace/Makefile             |   1 +
 kernel/trace/trace_irqsoff.c      | 176 +++++++++++++++++++++++++++++++-------
 6 files changed, 226 insertions(+), 33 deletions(-)
 create mode 100644 include/trace/events/preemptirq.h

Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zilstra <peterz@infradead.org>
-- 
2.14.1.821.g8fa685d3b7-goog

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

end of thread, other threads:[~2017-10-02 21:31 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22  1:50 [PATCH v6 0/2] tracing: Add trace events for preemption and irq disable/enable Joel Fernandes
2017-09-22  1:50 ` [PATCH v6 1/2] tracing: Prepare to add preempt and irq trace events Joel Fernandes
2017-09-22  1:50 ` [PATCH v6 2/2] tracing: Add support for preempt and irq enable/disable events Joel Fernandes
2017-09-22  9:02   ` Peter Zijlstra
2017-09-22 18:28     ` Joel Fernandes
2017-09-25  8:34       ` Peter Zijlstra
2017-09-25 10:15         ` Steven Rostedt
2017-09-25 10:32           ` Peter Zijlstra
2017-09-25 10:52             ` Steven Rostedt
2017-09-25 22:57               ` Joel Fernandes
2017-09-26  2:47                 ` Steven Rostedt
2017-09-29  2:15                 ` Joel Fernandes
2017-09-26  0:23         ` Joel Fernandes
2017-09-30  9:08           ` Steven Rostedt
2017-10-02 19:23             ` Joel Fernandes
2017-10-02 19:33               ` Joel Fernandes
2017-10-02 19:37                 ` Steven Rostedt
2017-10-02 21:31                   ` Joel Fernandes
2017-09-22  3:11 ` [PATCH v6 0/2] tracing: Add trace events for preemption and irq disable/enable Steven Rostedt

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