2019-05-02 |
Philippe Proulx | lib: iterator.c: auto-seek: handle new message types Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Make parent parameters const for some object creation... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: add discarded packets message Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: add discarded events message Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: set clock snapshot member to `NULL` after bt_clock_snap... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: add stream activity beginning/end messages Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove CV snapshot property from stream beginning... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: add seeking (beginning, ns from origin), with... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: fully configure graph (add components, connect... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: do not allow port to be removed when message iterators... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | plugins/ctf/fs-src/fs.c: "msgier" -> "notifier" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: "msgied" -> "notified" (remaining of a previous... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | CLI: use -x as short option for --connection instead... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: graph API: add listeners to support filter-to... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove CTF concepts of packet and event headers Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_field_class_*_create(): accept mandatory trace class Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_clock_class_create(): accept mandatory trace class Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_trace_class_create(): accept mandatory self component Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Component class API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: add aliases for Babeltrace enumeration types Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Plugin development API: use self enumeration and plugin... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove unused public `enum bt_plugin_status` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Trace API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Stream API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Trace class API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Stream class API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Packet API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Field API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Field class API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Event API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Event class API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Clock snapshot API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Clock class API: use status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Remove unused lib/graph/message/discarded-{events,packets}.c Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: rename "clock value" -> "clock snapshot" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: rename "notification" -> "message" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: add aliases for Babeltrace structure types Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make public reference count functions have strict... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: update copyrights Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: rename plural file names to singular Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: rename "begin" to "beginning" when used as a noun Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_value_copy(): put output parameter as last parameter Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_value_map_extend(): put output parameter as last... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix typo: "field classe" -> "field class" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: split trace API into trace class and trace APIs Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make graph API const-correct Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make plugin API const-correct Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: notif-iter.c: handle single/implicit SC/EC correctly Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: ctf-meta-update-meanings.c: only update if root... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make trace IR API const-correct Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make values API const-correct Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: bt_object_{get,put}_ref(): accept a `const` parameter Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | CTF writer: use own `bt_ctf_object` and `bt_ctf_value... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: move plugin set API declarations to `babeltrace... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: have separate `BT_QUERY_EXECUTOR_STATUS` and ... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR} Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_port_output_notification_iterator_create(): remove... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: plugin: reset pointers to `NULL` on destruction Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: trace IR, values: reset pointers to `NULL` on... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: return `void` when setting a simple value with... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: graph: add "self" and some "private" APIs Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: private functions: do not repeat `private` word Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Graph API: split into private and public APIs Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Trace IR and notification APIs: split into private... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | bt_value_map_extend(): make base/extension objects... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Values API: standardize parameters and return values Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Values API: split into private and public APIs Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Rename: bt_put(), bt_get() -> bt_object_put_ref(),... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Values API: standardize function names Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Rename: "float value" -> "real value" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Remove unneeded `BT_VALUE_TYPE_UNKNOWN` Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Rename: "field class ID" -> "field class type" Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Rename: field type -> field class Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | CTF IR -> Trace IR Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Make API CTF-agnostic Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | assert-pre-internal.h: add BT_ASSERT_PRE_VALID_INDEX() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: bt_g_hash_table_contains(): handle `NULL`/0 values Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | assert-pre-internal.h: move include at correct line Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: merge common CTF IR part with the remaining implementation Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: fully detach CTF IR and CTF writer implementations Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | sink.text.pretty: print discarded events/packets warning Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: bt_packet_create(): accept previous packet to... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | _bt_packet_set_is_frozen(): fix logging statements Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: lib: do not check the frozen state in bt_X_set_is_frozen() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make bt_field_is_*() and bt_field_type_is_*()... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: use priv connection priv notif iterator to create... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove clock class priority map, use default clock... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: make the "port connected" method return a status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: notification iterator: transfer a batch of notifications Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove internal stream destroy listener API Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: graph: remove useless checks, make functions inline... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: remove useless checks, make functions inline on... Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: update and simplify the `bt_object` API Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | test_ctf_writer.c: put statements outside BT_ASSERT() Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: freeze field type unconditionally Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Use "growing" `GArray` to store string field's payload Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | lib: simplify the public notification iterator interfaces Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
2019-05-02 |
Philippe Proulx | Fix: bt_graph_consume(): return status Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
|
commit | commitdiff | tree |
next |