Contexts for RT debugging
[lttng-modules.git] / lttng-context-procname.c
index 5c1cd3a6b04f7bf23f16239cb2131dffa2f8c755..8a747acd3697f0ed61d12141866e09c3f3ae6965 100644 (file)
@@ -53,6 +53,7 @@ void procname_record(struct lttng_ctx_field *field,
 
 static
 void procname_get_value(struct lttng_ctx_field *field,
+               struct lttng_probe_ctx *lttng_probe_ctx,
                union lttng_ctx_value *value)
 {
        value->str = current->comm;
This page took 0.026284 seconds and 4 git commands to generate.