X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttng-events.h;h=4d9bdfd0574390da27f7177c26d561683ae3c553;hb=b3699d90c5a746caeade87f86c371d2ed195147c;hp=a420dee26167ac9e03bf141ce3fa28a729376377;hpb=f127e61ee231d002fb9a7803643a157e06f6d2e2;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index a420dee2..4d9bdfd0 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -31,9 +31,6 @@ #include "lttng-abi.h" #include "lttng-abi-old.h" -/* FIXME test */ -#undef CONFIG_HAVE_SYSCALL_TRACEPOINTS - #define lttng_is_signed_type(type) (((type)(-1)) < 0) struct lttng_channel; @@ -560,7 +557,6 @@ int lttng_syscall_filter_disable(struct lttng_channel *chan, const char *name); long lttng_channel_syscall_mask(struct lttng_channel *channel, struct lttng_kernel_syscall_mask __user *usyscall_mask); -int lttng_abi_syscall_list(void); #else static inline int lttng_syscalls_register(struct lttng_channel *chan, void *filter) { @@ -589,12 +585,6 @@ static inline long lttng_channel_syscall_mask(struct lttng_channel *channel, { return -ENOSYS; } - -static inline -int lttng_abi_syscall_list(void) -{ - return -ENOSYS; -} #endif void lttng_filter_sync_state(struct lttng_bytecode_runtime *runtime); @@ -615,6 +605,7 @@ void lttng_remove_context_field(struct lttng_ctx **ctx, struct lttng_ctx_field *field); void lttng_destroy_context(struct lttng_ctx *ctx); int lttng_add_pid_to_ctx(struct lttng_ctx **ctx); +int lttng_add_cpu_id_to_ctx(struct lttng_ctx **ctx); int lttng_add_procname_to_ctx(struct lttng_ctx **ctx); int lttng_add_prio_to_ctx(struct lttng_ctx **ctx); int lttng_add_nice_to_ctx(struct lttng_ctx **ctx);