ctf plugin: add bt_ctf_notif_iter_get_packet_header_context_fields()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 May 2017 00:45:08 +0000 (20:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:44 +0000 (12:57 -0400)
commit87187cbfcf0ff2101a05e58d9043ffa86108f431
tree7fd0a51b305e41fcb29fc274141abfca8c266e45
parentcfe11c58e0fea043bdfa97d732b9d02db13b492a
ctf plugin: add bt_ctf_notif_iter_get_packet_header_context_fields()

The new bt_ctf_notif_iter_get_packet_header_context_fields() function
returns the packet header and context fields using the usual medium
operation mechanism without ever creating packet of event objects,
therefore not requiring a stream object to exist.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/common/notif-iter/notif-iter.c
plugins/ctf/common/notif-iter/notif-iter.h
This page took 0.024294 seconds and 4 git commands to generate.