summaryrefslogtreecommitdiff
path: root/plugins/tracers
AgeCommit message (Expand)AuthorFilesLines
2018-02-16tracers: latency: allow for non parented pads to send latency probesMatthew Waters1-2/+4
2017-12-14docs: include tracers in the documentationMatthew Waters5-5/+5
2017-11-26tracers: log: no need to link to our internal printf implementationTim-Philipp Müller2-7/+1
2017-11-04latency tracer: add timestamp to tracer recordsGuillaume Desmottes1-1/+7
2017-11-02gstleaks.c: always log leaks listingMathieu Duponchelle1-5/+13
2017-10-30latency-tracer: Exclude synchronization timeNicolas Dufresne1-23/+23
2017-05-20leaks: Handle subclasses in filters even for unhandled/lazy loaded typesThibault Saunier2-19/+27
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-12-21gstrusage: explicitly register to hooksStefan Sauer1-2/+15
2016-12-21meson: Derive defines from header/function namesNirbheek Chauhan1-1/+1
2016-12-20latency: the latency is not an aggregated valueStefan Sauer1-1/+0
2016-12-20leaks: Allow user to set the flags to use to retrieve stack tracesThibault Saunier2-21/+30
2016-12-20leaks: Allow tracing Gst(Mini)Object reffing operationsThibault Saunier2-14/+147
2016-12-20leaks: Allow passing a GstStructure to configure the tracerThibault Saunier1-23/+63
2016-12-16tracers/stats: log optional fields instead of GST_CLOCK_TIME_NONEStefan Sauer1-2/+8
2016-12-12info: Add a 'flags' parametter to gst_debug_get_stack_traceThibault Saunier1-2/+2
2016-12-09meson: Fix buildThibault Saunier1-1/+1
2016-12-09meson: Support building with Gst debug disabledThibault Saunier1-1/+4
2016-12-08tracers/log: log more detailStefan Sauer1-29/+30
2016-12-08tracer/log: fix hook prototypeStefan Sauer1-2/+2
2016-12-07tracer/latency: clear qdataStefan Sauer1-2/+5
2016-12-04tracers/log: log messages in message categoryStefan Sauer1-2/+2
2016-11-04tracers: leaks: Use the new gst_debug_get_stack_traceThibault Saunier3-91/+4
2016-11-04gst: Use libunwind/libdw to generate backtraces if avalaibleThibault Saunier1-9/+0
2016-10-14stats: Fix warningThibault Saunier1-1/+2
2016-10-13tracers: fix structure leakVincent Penquerc'h1-2/+5
2016-10-08tracer/rusage: fix format string argsStefan Sauer1-3/+3
2016-09-27meson: tracers: signal availability of libunwind and backtrace() to codeTim-Philipp Müller1-1/+12
2016-09-26meson: Build tracersThibault Saunier1-0/+22
2016-07-20tracers: leaks: update type filter later for unknown typesGuillaume Desmottes2-1/+38
2016-07-11leaks: check return values of libunwind callsGuillaume Desmottes1-3/+6
2016-07-08leaks: warn if object is destroyed while the tracer is disposingGuillaume Desmottes2-0/+11
2016-07-08leaks tracer: use G_OS_UNIX to check for signal supportGuillaume Desmottes1-14/+14
2016-07-08leaks tracer: add creation stack trace supportGuillaume Desmottes3-10/+126
2016-07-08leaks tracer: add checkpoint support using SIGUSR2Guillaume Desmottes2-5/+120
2016-07-08leaks tracer: log alive objects when receiving SIGUSR1Guillaume Desmottes1-0/+43
2016-06-03tracers: leaks: some micro-optimisationsTim-Philipp Müller1-12/+13
2016-06-03tracers: add leaks tracerGuillaume Desmottes4-1/+420
2016-04-13rusage: properly free the queue memoryGuillaume Desmottes1-1/+2
2016-01-22tracerrecord: don't leak the spec structuresStefan Sauer3-23/+20
2016-01-20tracer/gststats: fix mismatch between '.class' and tracer argsStefan Sauer1-3/+12
2016-01-18tracers: fix thread-id casts to 64-bit ints on 32-bit systemsTim-Philipp Müller2-14/+16
2016-01-16tracer/stats: use the right log templateStefan Sauer1-1/+1
2016-01-16tracer: use the new flags to create the optional field in the format stringStefan Sauer1-4/+1
2016-01-16tracer: add a GstTracerValueFlags and replace stringsStefan Sauer3-12/+5
2016-01-16gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not definedTim-Philipp Müller1-1/+2
2016-01-16tracer: add a GFlag for the tracer scopeStefan Sauer4-39/+28
2016-01-15tracerrecord: add a log record classStefan Sauer3-110/+188
2016-01-10tracers: code clean upsStefan Sauer2-31/+31
2016-01-07tracer: harmonize the query hooksStefan Sauer2-8/+26