X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-bytecode.h;h=8caf15ecd43d2eb1e2c7d470e49029b6b9f45fba;hb=dc11f93f7d30cd383e35be41483cc024da59c7b8;hp=11c7b7dc53853199248c3fd14b256a6ad18b2f98;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode.h b/liblttng-ust/lttng-bytecode.h index 11c7b7dc..8caf15ec 100644 --- a/liblttng-ust/lttng-bytecode.h +++ b/liblttng-ust/lttng-bytecode.h @@ -12,9 +12,9 @@ #include #include #include -#include +#include #include -#include +#include #include #include #include @@ -314,8 +314,8 @@ struct lttng_interpreter_output { } u; }; -/* Should be hidden but would break the ABI */ -const char *print_op(enum bytecode_op op); +LTTNG_HIDDEN +const char *lttng_bytecode_print_op(enum bytecode_op op); LTTNG_HIDDEN void lttng_bytecode_filter_sync_state(struct lttng_bytecode_runtime *runtime); @@ -325,7 +325,7 @@ void lttng_bytecode_capture_sync_state(struct lttng_bytecode_runtime *runtime); LTTNG_HIDDEN int lttng_bytecode_validate(struct bytecode_runtime *bytecode); LTTNG_HIDDEN -int lttng_bytecode_specialize(const struct lttng_event_desc *event_desc, +int lttng_bytecode_specialize(const struct lttng_ust_event_desc *event_desc, struct bytecode_runtime *bytecode); LTTNG_HIDDEN