tracer: make gst_tracing_register_hook_id static
[platform/upstream/gstreamer.git] / plugins / tracers /
2016-01-06 Stefan Sauertracer: make gst_tracing_register_hook_id static
2015-11-12 Thiago Santostracers: log: add missing hooks
2015-10-29 Thiago Santosstats: log the element-new hook properly
2015-10-07 Sebastian Drögetracers: Only link against libgstprintf.la if the debug...
2015-10-07 Stefan SauerRevert "tracers: Only build getrusage() tracer if RUSAG...
2015-10-07 Stefan Sauertracers/rusage: ifdef the RUSAGE_THREAD usage
2015-10-07 Sebastian Drögetracers: Only build getrusage() tracer if RUSAGE_THREAD...
2015-10-06 Stefan Sauertracers: disable the log tracer if debug logging is...
2015-10-06 Stefan Sauermakefile.am: Remove obsolete Android build cruft
2015-10-05 Thiago Santostracers: stats: add message structure to output
2015-10-05 Thiago Santostracer: gststats: add thread-id to log line
2015-10-05 Thiago Santostracer: add pad query hooks
2015-10-05 Mathieu Duponchelletracer: Use GST_TIME_ARGS when printing with GST_TIME_F...
2015-10-05 Stefan Sauerstats: TIMESTAMP -> PTS
2015-10-05 Stefan Sauertracing: rename the global api to gst_tracing
2015-10-05 Stefan Sauertracers: eliminate var_args
2015-10-05 Stefan Sauertracers: code cleanups
2015-10-05 Stefan Sauertracer: use GQuark or strings for the hook id
2015-10-05 Stefan Sauertracer: simplify hook api
2015-10-05 Stefan Sauertracer: drop the HookId hid from the invoke method
2015-10-05 Stefan Sauerstats: fixup doc name and remove commented code
2015-10-05 Stefan Sauertracers: add metadata for the logged values
2015-10-05 Stefan Sauerrusage: improve cpu load meassurements
2015-10-05 Stefan Sauerrusage: implement windowing of cpuload
2015-10-05 Stefan Sauerrusage: announce the data format
2015-10-05 Stefan Sauerstats: improve cpu load meassurements
2015-10-05 Stefan Sauertracer: split into tracer and tracerutils
2015-10-05 Stefan Sauerdocs: add gtk-doc blobs
2015-10-05 Stefan Sauerlatency: take stop time when buffer is handled
2015-10-05 Stefan Sauertracers: add a logging helper to remove identical copie...
2015-10-05 Stefan Sauertracers: tweak the get_real_pad_parent()
2015-10-05 Stefan Sauertracers: add a new latency tracer
2015-10-05 Stefan Sauerrusage: add a new rusage tracer
2015-10-05 Stefan Sauerstats: improve the handling of parentage
2015-10-05 Stefan Sauerstats: add a stats frontend
2015-10-05 Stefan Sauerlog: add query log category
2015-10-05 Stefan Sauertracer: add more hooks and handle it in the plugins
2015-10-05 Stefan Sauerstats: handle buffer lists
2015-10-05 Stefan Sauerlog: make the log tracer more verbose again
2015-10-05 Stefan Sauertracer: use a macros for the enabled check
2015-10-05 Stefan Sauertracer: pass the timestamp directly
2015-10-05 Stefan Sauerstats: add a tracer that collects pipeline statistics
2015-10-05 Stefan Sauerlog: add cast macro
2015-10-05 Stefan Sauertracer: pass the instance to the vmethod
2015-10-05 Stefan Sauerdesign: more planning
2015-10-05 Stefan Sauertracer: add the hook-id to the invoke signature
2015-10-05 Stefan Sauertracer: initial prototype for the tracing subsystem