Add procname context
[lttng-ust.git] / libust / lttng-ust-abi.c
index e125ac6d0eec37dc4151e3d178faef04a26d8fec..1d32e777be7c62126f44c7281c0d4539c5835660 100644 (file)
@@ -278,6 +278,8 @@ long lttng_abi_add_context(int objd,
                return lttng_add_vtid_to_ctx(ctx);
        case LTTNG_UST_CONTEXT_VPID:
                return lttng_add_vpid_to_ctx(ctx);
+       case LTTNG_UST_CONTEXT_PROCNAME:
+               return lttng_add_procname_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.024975 seconds and 4 git commands to generate.