public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tracing/events: block: bring more on a par with blktrace
@ 2018-04-13 16:36 Steffen Maier
  2018-04-13 16:36 ` [PATCH v2 1/2] tracing/events: block: track and print if unplug was explicit or schedule Steffen Maier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steffen Maier @ 2018-04-13 16:36 UTC (permalink / raw)
  To: linux-kernel, linux-block
  Cc: Steven Rostedt, Ingo Molnar, Jens Axboe, Li Zefan,
	Greg Kroah-Hartman, Steffen Maier

I had the need to understand I/O request processing in detail.
But I also had the need to enrich block traces with other trace events
including my own dynamic kprobe events. So I preferred block trace events
over blktrace to get everything nicely sorted into one ftrace output.
However, I missed device filtering for (un)plug events and also
the difference between the two flavors of unplug.

The first two patches bring block trace events closer to their
counterpart in blktrace tooling.

The last patch is just an RFC. I still kept it in this patch set because
it is inspired by PATCH 2/2.

Changes since v1:
[PATCH v2 1/2]
Use 0 and 1 instead of false and true for __print_symbolic table.
Now "trace-cmd report" can decode it. [Steven Rostedt]

Steffen Maier (3):
  tracing/events: block: track and print if unplug was explicit or
    schedule
  tracing/events: block: dev_t via driver core for plug and unplug
    events
  tracing/events: block: also try to get dev_t via driver core for some
    events

 include/trace/events/block.h | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2018-04-13 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-13 16:36 [PATCH v2 0/2] tracing/events: block: bring more on a par with blktrace Steffen Maier
2018-04-13 16:36 ` [PATCH v2 1/2] tracing/events: block: track and print if unplug was explicit or schedule Steffen Maier
2018-04-13 16:36 ` [PATCH v2 2/2] tracing/events: block: dev_t via driver core for plug and unplug events Steffen Maier
2018-04-13 16:36 ` [RFC v2] tracing/events: block: also try to get dev_t via driver core for some events Steffen Maier
2018-04-13 17:50 ` [PATCH v2 0/2] tracing/events: block: bring more on a par with blktrace Steven Rostedt

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