X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracer.c;h=100dec09a5b670461cb287b07682ab862f509b82;hb=ddae01fcfa18899f0dff3a1a1ae7797a83fcc1cb;hp=435c22dda3c8a2a3b3f45bd7e1fc30a5f0c24ce3;hpb=ef15e552c145311c21bb89a1f5e9c6c040e1737f;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);