X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracer.c;h=100dec09a5b670461cb287b07682ab862f509b82;hb=d558d6536889525d9636c149e127d882420fa39f;hp=435c22dda3c8a2a3b3f45bd7e1fc30a5f0c24ce3;hpb=83aa16929ed1e60fabe1bda4824e7c4942ff42ec;p=ust.git diff --git a/libust/tracer.c b/libust/tracer.c index 435c22d..100dec0 100644 --- a/libust/tracer.c +++ b/libust/tracer.c @@ -902,11 +902,11 @@ int ltt_trace_start(const char *trace_name) ltt_unlock_traces(); /* - * Call the kernel state dump. - * Events will be mixed with real kernel events, it's ok. + * Call the process-wide state dump. * Notice that there is no protection on the trace : that's exactly * why we iterate on the list and check for trace equality instead of - * directly using this trace handle inside the logging function. + * directly using this trace handle inside the logging function: we want + * to record events only in a single trace in the trace session list. */ ltt_dump_marker_state(trace);