Home
last modified time | relevance | path

Searched refs:tracers (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c213 GList *tracers, *h_list, *h_node, *t_node; in gst_tracing_get_active_tracers() local
219 tracers = NULL; in gst_tracing_get_active_tracers()
227 if (g_list_index (tracers, hook->tracer) >= 0) in gst_tracing_get_active_tracers()
229 tracers = g_list_prepend (tracers, gst_object_ref (hook->tracer)); in gst_tracing_get_active_tracers()
234 return tracers; in gst_tracing_get_active_tracers()
/third_party/grpc/tools/run_tests/sanity/
Dcheck_tracer_sanity.py26 tracers = [] variable
35 tracers.append(o[1])
40 for t in tracers:
/third_party/gstreamer/gstreamer/
DBUILD.gn311 "./plugins/tracers",
331 "plugins/tracers/gstfactories.c",
332 "plugins/tracers/gstlatency.c",
333 "plugins/tracers/gstleaks.c",
334 "plugins/tracers/gstlog.c",
335 "plugins/tracers/gstrusage.c",
336 "plugins/tracers/gststats.c",
337 "plugins/tracers/gsttracers.c",
DChangeLog210 * plugins/tracers/gstleaks.c:
1022 * plugins/tracers/gstfactories.c:
1188 * plugins/tracers/gstfactories.c:
1189 * plugins/tracers/gstfactories.h:
1190 * plugins/tracers/gsttracers.c:
1191 * plugins/tracers/meson.build:
1207 tracers: Add tracepoint when a plugin feature it loaded
1517 * plugins/tracers/gstleaks.c:
1518 tracers: leaks: log when tracer is exiting
1872 * plugins/tracers/gstleaks.c:
[all …]
DNEWS1388 - New plugin-feature-loaded tracing hook for use by tracers like the
/third_party/python/Lib/idlelib/
Dconfigdialog.py89 tracers.attach()
334 self.font_name = tracers.add(StringVar(self), self.var_changed_font)
335 self.font_size = tracers.add(StringVar(self), self.var_changed_font)
336 self.font_bold = tracers.add(BooleanVar(self), self.var_changed_font)
603 self.builtin_name = tracers.add(
605 self.custom_name = tracers.add(
608 self.color = tracers.add(
610 self.theme_source = tracers.add(
612 self.highlight_target = tracers.add(
1209 self.builtin_name = tracers.add(
[all …]
DNEWS.txt668 Instance tracers manages pairs consisting of a tk variable and a
/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py13 from idlelib.configdialog import idleConf, changes, tracers
45 tracers.detach()
46 tracers.clear()
129 tracers.detach()
140 tracers.attach()
299 tracers.detach()
337 tracers.attach()
804 tracers.detach()
843 tracers.attach()
1482 cls.tracers = configdialog.VarTrace()
[all …]
/third_party/grpc/doc/
Denvironment_variables.md44 A comma separated list of tracers that provide additional insight into how
45 gRPC C core is processing requests via debug logs. Available tracers include:
95 The following tracers will only run in binaries built in DEBUG mode. This is
124 'refcount' will turn on all of the tracers for refcount debugging.
126 if 'list_tracers' is present, then all of the available tracers will be
/third_party/gstreamer/gstreamer/plugins/
Dmeson.build4 subdir('tracers') subdir
/third_party/grpc/
DTROUBLESHOOTING.md29 # Also note that most tracers user log level INFO, so without setting
35 # Print info from 3 different tracers, including tracing logs with log level DEBUG
/third_party/gstreamer/gstreamer/tests/check/elements/
Dleaks.c77 GList *tracers, *l; in get_tracer_by_name() local
80 tracers = gst_tracing_get_active_tracers (); in get_tracer_by_name()
81 for (l = tracers; l; l = l->next) in get_tracer_by_name()
85 g_list_free (tracers); in get_tracer_by_name()
/third_party/gstreamer/gstreamer/docs/
Dmeson.build173 gst_c_sources: ['../plugins/tracers/*.c', '../plugins/tracers/*.h'],
/third_party/python/Misc/NEWS.d/
D3.6.3rc1.rst1000 Instance tracers manages pairs consisting of a tk variable and a callback
D3.7.0a1.rst5886 Instance tracers manages pairs consisting of a tk variable and a callback
/third_party/gstreamer/gstplugins_bad/
DNEWS1388 - New plugin-feature-loaded tracing hook for use by tracers like the
/third_party/gstreamer/gstplugins_base/
DNEWS1388 - New plugin-feature-loaded tracing hook for use by tracers like the
/third_party/gstreamer/gstplugins_good/
DNEWS1388 - New plugin-feature-loaded tracing hook for use by tracers like the
/third_party/gstreamer/gst_libav/
DNEWS1388 - New plugin-feature-loaded tracing hook for use by tracers like the