qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] trace: drop orphan events from ./trace-events
@ 2014-09-22 14:03 Stefan Hajnoczi
  2014-09-22 14:03 ` [Qemu-devel] [PATCH 1/3] trace-events: drop orphan virtio_blk_data_plane_complete_request Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2014-09-22 14:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

Over time a few unused trace events have been left behind in ./trace-events.
Either the code that called them was deleted or the event was never called in
the first place.

This is a clear violation of the solider's motto "no man left behind".  It's
time to bring these trace events home.

On a more serious note, unused trace events cause confusion to users who want
to enable existing instrumentation.  On the SystemTap backend we get errors
when attempting to enable them because the static probes that these events are
based on do not exist.

Stefan Hajnoczi (3):
  trace-events: drop orphan virtio_blk_data_plane_complete_request
  trace-events: drop orphan usb_mtp_data_out
  trace-events: drop orphan iscsi trace events

 block/iscsi.c | 1 -
 trace-events  | 8 --------
 2 files changed, 9 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-09-24 13:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 14:03 [Qemu-devel] [PATCH 0/3] trace: drop orphan events from ./trace-events Stefan Hajnoczi
2014-09-22 14:03 ` [Qemu-devel] [PATCH 1/3] trace-events: drop orphan virtio_blk_data_plane_complete_request Stefan Hajnoczi
2014-09-22 14:03 ` [Qemu-devel] [PATCH 2/3] trace-events: drop orphan usb_mtp_data_out Stefan Hajnoczi
2014-09-22 14:03 ` [Qemu-devel] [PATCH 3/3] trace-events: drop orphan iscsi trace events Stefan Hajnoczi
2014-09-22 15:45 ` [Qemu-devel] [PATCH 0/3] trace: drop orphan events from ./trace-events Markus Armbruster
2014-09-23 10:11   ` Stefan Hajnoczi
2014-09-23 12:53     ` Markus Armbruster
2014-09-24 13:38 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).