From: David Goulet Date: Wed, 3 Aug 2011 19:56:54 +0000 (-0400) Subject: Improve the lttng list feature X-Git-Tag: v2.0-pre7~17 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9f19cc17a942a7089fc209a2527d8b2960c83a00;hp=9f19cc17a942a7089fc209a2527d8b2960c83a00 Improve the lttng list feature Introduce three new functions to the public API which are lttng_list_channels, lttng_list_events and lttng_list_domains. Also add the lttng_list_kernel_events which list available tracing events of the kernel. Adds new options to the lttng list command for listing a lot more details of a tracing session including channels, events and domains. Also adds the enabled flag to the lttng_event and lttng_channel structure. Fix a bad pointer cast in list events. Signed-off-by: David Goulet ---