int lttng_add_mnt_ns_to_ctx(struct lttng_ctx **ctx);
int lttng_add_net_ns_to_ctx(struct lttng_ctx **ctx);
int lttng_add_pid_ns_to_ctx(struct lttng_ctx **ctx);
-int lttng_add_time_ns_to_ctx(struct lttng_ctx **ctx);
int lttng_add_user_ns_to_ctx(struct lttng_ctx **ctx);
int lttng_add_uts_ns_to_ctx(struct lttng_ctx **ctx);
int lttng_add_vuid_to_ctx(struct lttng_ctx **ctx);
void lttng_context_mnt_ns_reset(void);
void lttng_context_net_ns_reset(void);
void lttng_context_pid_ns_reset(void);
-void lttng_context_time_ns_reset(void);
void lttng_context_user_ns_reset(void);
void lttng_context_uts_ns_reset(void);
void lttng_context_vuid_reset(void);
LTTNG_HIDDEN
int lttng_context_init_all(struct lttng_ctx **ctx);
+LTTNG_HIDDEN
+void lttng_context_time_ns_reset(void);
+
+LTTNG_HIDDEN
+int lttng_add_time_ns_to_ctx(struct lttng_ctx **ctx);
+
#endif /* _LTTNG_UST_CONTEXT_INTERNAL_H */
#include "../libringbuffer/getcpu.h"
#include "getenv.h"
#include "ust-events-internal.h"
+#include "context-internal.h"
/* Concatenate lttng ust shared library name with its major version number. */
#define LTTNG_UST_LIB_SO_NAME "liblttng-ust.so." __ust_stringify(CONFIG_LTTNG_UST_LIBRARY_VERSION_MAJOR)