X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-syscalls.c;h=9739513b0e37b45df5256efbc5ed18426edaaef9;hb=c970b6555c9cc92a4401ae81fddc32926be4bef6;hp=1194b95d24ab71b2b88ce940ad393febec032341;hpb=eb6b47dbeeb508c56dd965209c1179be15b6d27c;p=lttng-modules.git diff --git a/src/lttng-syscalls.c b/src/lttng-syscalls.c index 1194b95d..9739513b 100644 --- a/src/lttng-syscalls.c +++ b/src/lttng-syscalls.c @@ -1497,10 +1497,9 @@ const struct file_operations lttng_syscall_list_fops = { /* * A syscall is enabled if it is traced for either entry or exit. */ -long lttng_channel_syscall_mask(struct lttng_kernel_channel_buffer *channel, +long lttng_syscall_table_get_active_mask(struct lttng_kernel_syscall_table *syscall_table, struct lttng_kernel_abi_syscall_mask __user *usyscall_mask) { - struct lttng_kernel_syscall_table *syscall_table = &channel->priv->parent.syscall_table; uint32_t len, sc_tables_len, bitmask_len; int ret = 0, bit; char *tmp_mask;