ctf: bt_ctf_notif_iter_get_next_notification(): require CC prio. map
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 26 Apr 2017 01:53:25 +0000 (21:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commit0982a26d7f4ad134fbef954f87d0fd5d7bb60af4
treef7803811e982d7a43f73c7f54585343d91743c88
parenta03dd9f33d85b2b150b2d482a05d78f80d24c8f8
ctf: bt_ctf_notif_iter_get_next_notification(): require CC prio. map

Since bt_notification_event_create() freezes its clock class priority
map, pass which clock class priority map to use each time you call
bt_ctf_notif_iter_get_next_notification().

In ctf.fs, it's always the same because all the clock classes are known
when the trace object is created.

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
plugins/ctf/fs/data-stream.c
plugins/ctf/fs/fs.h
This page took 0.024679 seconds and 4 git commands to generate.