Class LttngSession

Inheritance Relationships

Derived Type

Class Documentation

class LttngSession

Interface class for manipulating Lttng sessions.

Subclassed by LttngSessionImpl

Public Functions

inline virtual ~LttngSession()
virtual bool is_session_running() const = 0

Check whether session is up and running.

Returns:

True if running, false otherwise.

virtual bool started_session_running() const = 0

Check whether the session was up at startup.

Returns:

True if running, false otherwise.