From mboxrd@z Thu Jan 1 00:00:00 1970 From: eeppeliteloop@gmail.com (Philippe Proulx) Date: Sat, 29 Oct 2016 17:49:26 -0400 Subject: [lttng-dev] babeltrace API question In-Reply-To: References: Message-ID: On Sat, Oct 29, 2016 at 5:35 PM, Sebastien Boisvert wrote: > Hi, > > > I would like to add filter options to babeltrace. > > I am exploring the babeltrace API. I would strongly advise you NOT to use this API as we're about to deprecate it in a few weeks when Babeltrace 2.0 is released. A whole new API based on reference counts will be available when it's released and you will be able to develop a filter plugin which can be inserted in a graph of connected components where a stream of events and other notifications flow. In the meantime you can use the Python bindings (this API will remain maintained) to achieve what you want. Phil > > > When the type_id of a field (bt_declaration) is CTF_TYPE_INTEGER, how can one determine whether to use bt_ctf_get_uint64 or bt_ctf_get_int64 to retrieve the value ? > _______________________________________________ > lttng-dev mailing list > lttng-dev at lists.lttng.org > https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev