[Bug 772936] tracer: Allow outputting logs (in particular tracer logs) in Common Trace Format (ctf)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 2 16:24:07 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772936

--- Comment #16 from Thibault Saunier <tsaunier at gnome.org> ---
(In reply to Tim-Philipp Müller from comment #14)
> It means we can make sure it's both portable and thread-safe at least :)

Well, thinking about it, the way I would make it thread safe in our own writer
implementation is pretty similar to what I am doing using babeltrace, ie. using
a lock-less queue and a dedicated thread to dequeue and write the logs, which
means we are not needing a lock for each write, but only while flushing. I am
not convinced it is worth re-implementing the writer tbh.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list