From mboxrd@z Thu Jan 1 00:00:00 1970 From: toojays@toojays.net (John Steele Scott) Date: Thu, 21 Jun 2012 11:00:12 +0930 Subject: [lttng-dev] Enumerated types in lttng-ust traces? Message-ID: It seems that the CTF supports enumerations, and babeltrace has support for pretty-printing them. But how do you get lttng-ust to emit them? Is this possible? Right now I'm just using ctf_integer, but it seems like there should be way to show human-readable enumeration names in the trace. cheers, John