From 351453c132a6a3f6de88370c76ac4a937837d699 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 18 May 2022 17:22:34 +0200 Subject: add snapshotting tracer Convenient tracer to dump all the existing pipelines when receiving the SIGUSR1 Unix signal. --- ci/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/utils.py b/ci/utils.py index 777535516..dc1db7131 100644 --- a/ci/utils.py +++ b/ci/utils.py @@ -4,7 +4,8 @@ DIRS = ['audio', 'generic', 'net', 'text', 'utils', 'video'] # Plugins whose name is prefixed by 'rs' RS_PREFIXED = ['audiofx', 'closedcaption', 'dav1d', 'file', 'json', 'onvif', 'regex', 'webp'] -OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv', 'ahead': 'textahead'} +OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv', + 'ahead': 'textahead', 'tracers': 'rstracers'} def iterate_plugins(): -- cgit v1.2.3