LTTng control library C API
Loading...
Searching...
No Matches
lttng_handle Struct Reference

Recording session handle. More...

#include <handle.h>

Collaboration diagram for lttng_handle:

Data Fields

struct lttng_domain domain
 Tracing domain summary.
 
char session_name [LTTNG_NAME_MAX]
 Recording session name.
 

Detailed Description

Recording session handle.

Such a structure is a pair of a recording session name and a tracing domain summary.

Some functions which accept a recording session handle parameter ignore the recording session name or the tracing domain summary.

Create a recording session handle with lttng_create_handle().

Destroy a recording session handle with lttng_destroy_handle().