X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fcontext-internal.h;h=c018e122d1a13886fa2bb815740679f078375561;hb=9bafacb2584b9e69c51172728fab5e1e5e82fff7;hp=f31d8a245ab7941a6efce07c7e67b20ede9696bd;hpb=fa194c4157f029404fe2ea10098d1bbcebcf6aa9;p=lttng-ust.git diff --git a/liblttng-ust/context-internal.h b/liblttng-ust/context-internal.h index f31d8a24..c018e122 100644 --- a/liblttng-ust/context-internal.h +++ b/liblttng-ust/context-internal.h @@ -12,35 +12,35 @@ #include "ust-context-provider.h" __attribute__((visibility("hidden"))) -int lttng_context_init_all(struct lttng_ctx **ctx); +int lttng_context_init_all(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) int lttng_attach_context(struct lttng_ust_abi_context *context_param, union lttng_ust_abi_args *uargs, - struct lttng_ctx **ctx, struct lttng_session *session); + struct lttng_ust_ctx **ctx, struct lttng_ust_session *session); __attribute__((visibility("hidden"))) -int lttng_find_context(struct lttng_ctx *ctx, const char *name); +int lttng_find_context(struct lttng_ust_ctx *ctx, const char *name); __attribute__((visibility("hidden"))) -int lttng_get_context_index(struct lttng_ctx *ctx, const char *name); +int lttng_get_context_index(struct lttng_ust_ctx *ctx, const char *name); __attribute__((visibility("hidden"))) -struct lttng_ctx_field *lttng_append_context(struct lttng_ctx **ctx_p); +struct lttng_ust_ctx_field *lttng_append_context(struct lttng_ust_ctx **ctx_p); __attribute__((visibility("hidden"))) -void lttng_context_update(struct lttng_ctx *ctx); +void lttng_context_update(struct lttng_ust_ctx *ctx); __attribute__((visibility("hidden"))) -void lttng_remove_context_field(struct lttng_ctx **ctx_p, - struct lttng_ctx_field *field); +void lttng_remove_context_field(struct lttng_ust_ctx **ctx_p, + struct lttng_ust_ctx_field *field); __attribute__((visibility("hidden"))) -void lttng_destroy_context(struct lttng_ctx *ctx); +void lttng_destroy_context(struct lttng_ust_ctx *ctx); __attribute__((visibility("hidden"))) -int lttng_context_add_rcu(struct lttng_ctx **ctx_p, - const struct lttng_ctx_field *f); +int lttng_context_add_rcu(struct lttng_ust_ctx **ctx_p, + struct lttng_ust_ctx_field *f); __attribute__((visibility("hidden"))) int lttng_context_is_app(const char *name); @@ -94,66 +94,66 @@ __attribute__((visibility("hidden"))) void lttng_context_vsgid_reset(void); __attribute__((visibility("hidden"))) -int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vtid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vpid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_pthread_id_to_ctx(struct lttng_ctx **ctx); +int lttng_add_pthread_id_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_procname_to_ctx(struct lttng_ctx **ctx); +int lttng_add_procname_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_ip_to_ctx(struct lttng_ctx **ctx); +int lttng_add_ip_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_cpu_id_to_ctx(struct lttng_ctx **ctx); +int lttng_add_cpu_id_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_dyntest_to_ctx(struct lttng_ctx **ctx); +int lttng_add_dyntest_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_cgroup_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_cgroup_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_ipc_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_ipc_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_mnt_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_mnt_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_net_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_net_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_pid_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_pid_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_user_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_user_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_uts_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_uts_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_time_ns_to_ctx(struct lttng_ctx **ctx); +int lttng_add_time_ns_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_vuid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vuid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_veuid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_veuid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_vsuid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vsuid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_vgid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vgid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_vegid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vegid_to_ctx(struct lttng_ust_ctx **ctx); __attribute__((visibility("hidden"))) -int lttng_add_vsgid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_vsgid_to_ctx(struct lttng_ust_ctx **ctx); #endif /* _LTTNG_UST_CONTEXT_INTERNAL_H */