Class LttngSession
Defined in File lttng_session.hpp
Inheritance Relationships
Derived Type
public LttngSessionImpl
(Class LttngSessionImpl)
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.
-
inline virtual ~LttngSession()