From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboisvert@gydle.com (Sebastien Boisvert) Date: Sat, 29 Oct 2016 23:35:09 +0200 Subject: [lttng-dev] babeltrace API question Message-ID: Hi, I would like to add filter options to babeltrace. I am exploring the babeltrace API. 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 ?