gstreamer/plugins/tracers
Nirbheek Chauhan 6ccf59ec06 leakstracer: Add API for tracking and checkpointing objects
This feature was previously available only through the SIGUSR2 signal,
which meant it wasn't available on platforms that don't have UNIX
signals, such as Windows and with applications that already use
SIGUSR1 for something else.

Now we have action-signals for doing the same. These action signals
can also be used for fetching the checkpoint information
programmatically instead of printing to the debug log.
2019-07-02 15:13:26 +05:30
..
.gitignore tracer: initial prototype for the tracing subsystem 2015-10-05 20:59:39 +02:00
gstlatency.c tracers: Allow setting a name for all tracer objects 2019-07-02 15:13:26 +05:30
gstlatency.h tracer: latency: Show per-element reported latency 2019-04-08 12:28:07 -04:00
gstleaks.c leakstracer: Add API for tracking and checkpointing objects 2019-07-02 15:13:26 +05:30
gstleaks.h leakstracer: Add API for tracking and checkpointing objects 2019-07-02 15:13:26 +05:30
gstlog.c tracers: Allow setting a name for all tracer objects 2019-07-02 15:13:26 +05:30
gstlog.h tracer: split into tracer and tracerutils 2015-10-05 20:59:39 +02:00
gstrusage.c tracers: Allow setting a name for all tracer objects 2019-07-02 15:13:26 +05:30
gstrusage.h tracers: code cleanups 2015-10-05 20:59:39 +02:00
gststats.c tracers: Allow setting a name for all tracer objects 2019-07-02 15:13:26 +05:30
gststats.h tracers: code cleanups 2015-10-05 20:59:39 +02:00
gsttracers.c tracers: add leaks tracer 2016-06-03 00:36:46 +01:00
Makefile.am tracers: log: no need to link to our internal printf implementation 2017-11-26 11:14:01 +00:00
meson.build docs: add coretracers to the list of plugins 2019-05-18 02:41:43 +00:00