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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 7 16:12:28 UTC 2018


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

--- Comment #20 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Has no one have mention it, GstShark made a minimal CTF writer, it's not great,
but I believe did the job for them, avoiding external deps.

https://github.com/RidgeRun/gst-shark/blob/master/plugins/tracers/gstctf.c

My overall interest in CTF is to have a dense format for streaming tracers over
the network or to another process. Generally speaking, not much possibilities
is being offered here since the CTF code writes to back log buffer which get
flushed to disk. I need something different really, something more flexible.

-- 
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