Function lttngpy::get_tracepoints

Function Documentation

std::variant<int, std::set<std::string>> lttngpy::get_tracepoints(const enum lttng_domain_type domain_type)

Get tracepoints.

Parameters:

domain_type – the domain type

Returns:

the set of tracepoints, else a negative LTTng error code (e.g., if kernel tracer is not available when providing the kernel domain)