Home
last modified time | relevance | path

Searched defs:tracer (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/elements/
Dleaks.c78 GstTracer *tracer = NULL; in get_tracer_by_name() local
126 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST() local
180 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST() local
272 GstTracer *tracer = get_tracer_by_name ("more"); in GST_START_TEST() local
344 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST() local
384 GstTracer *tracer = get_tracer_by_name ("plain"); in GST_START_TEST() local
427 GstTracer *tracer = get_tracer_by_name ("more"); in GST_START_TEST() local
/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c115 GstTracer *tracer; in _priv_gst_tracing_init() local
166 gst_tracing_register_hook_id (GstTracer * tracer, GQuark detail, GCallback func) in gst_tracing_register_hook_id()
193 gst_tracing_register_hook (GstTracer * tracer, const gchar * detail, in gst_tracing_register_hook()
240 gst_tracing_register_hook (GstTracer * tracer, const gchar * detail, in gst_tracing_register_hook()
Dgsttracer.c71 GstTracer *tracer = GST_TRACER (object); in gst_tracer_dispose() local
92 gst_tracer_init (GstTracer * tracer) in gst_tracer_init()
Dgsttracerutils.h93 GObject *tracer; member
/third_party/node/deps/v8/src/diagnostics/
Dcode-tracer.h44 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); } in Scope()
55 explicit StreamScope(CodeTracer* tracer) : Scope(tracer) { in StreamScope()
/third_party/skia/src/utils/
DSkEventTracer.cpp45 bool SkEventTracer::SetInstance(SkEventTracer* tracer) { in SetInstance()
56 if (auto tracer = gUserTracer.load(std::memory_order_acquire)) { in GetInstance() local
/third_party/node/test/parallel/
Dtest-eventemitter-asyncresource.js60 const tracer = makeHook(['Foo']); constant
95 const tracer = makeHook(['ResourceName']); constant
116 const tracer = makeHook(['ResourceName']); constant
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.c409 mini_object_created_cb (GstTracer * tracer, GstClockTime ts, in mini_object_created_cb()
418 object_created_cb (GstTracer * tracer, GstClockTime ts, GstObject * object) in object_created_cb()
462 object_reffed_cb (GstTracer * tracer, GstClockTime ts, GstObject * object, in object_reffed_cb()
472 object_unreffed_cb (GstTracer * tracer, GstClockTime ts, GstObject * object, in object_unreffed_cb()
482 mini_object_reffed_cb (GstTracer * tracer, GstClockTime ts, in mini_object_reffed_cb()
492 mini_object_unreffed_cb (GstTracer * tracer, GstClockTime ts, in mini_object_unreffed_cb()
525 GstTracer *tracer = GST_TRACER (object); in gst_leaks_tracer_constructed() local
812 GstLeaksTracer *tracer = data; in sig_usr2_handler_foreach() local
Dgstlatency.c335 do_push_buffer_pre (GstTracer * tracer, guint64 ts, GstPad * pad) in do_push_buffer_pre()
348 do_pull_range_pre (GstTracer * tracer, guint64 ts, GstPad * pad) in do_pull_range_pre()
483 do_query_post (GstLatencyTracer * tracer, GstClockTime ts, GstPad * pad, in do_query_post()
740 GstTracer *tracer = GST_TRACER (self); in gst_latency_tracer_init() local
Dgstfactories.c181 GstTracer *tracer = GST_TRACER (self); in gst_factories_tracer_init() local
Dgstrusage.c389 GstTracer *tracer = GST_TRACER (self); in gst_rusage_tracer_init() local
Dgstlog.c349 GstTracer *tracer = GST_TRACER (self); in gst_log_tracer_init() local
Dgststats.c790 GstTracer *tracer = GST_TRACER (self); in gst_stats_tracer_init() local
/third_party/node/deps/v8/src/heap/
Dembedder-tracing.cc17 void LocalEmbedderHeapTracer::SetRemoteTracer(EmbedderHeapTracer* tracer) { in SetRemoteTracer()
116 LocalEmbedderHeapTracer* tracer) in ProcessingScope()
Dgc-tracer.h33 #define TRACE_GC(tracer, scope_id) \ argument
39 #define TRACE_GC1(tracer, scope_id, thread_kind) \ argument
45 #define TRACE_GC_EPOCH(tracer, scope_id, thread_kind) \ argument
Dgc-tracer-inl.h32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope()
Dembedder-tracing.h32 void SetTracer(EmbedderHeapTracer* tracer) { tracer_ = tracer; } in SetTracer()
/third_party/FreeBSD/contrib/libexecinfo/
Dunwind.c74 tracer(struct _Unwind_Context *ctx, void *arg) in tracer() function
/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpebusmsgforwarder.c163 GstTracer *tracer = GST_TRACER (object); in constructed() local
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc302 auto* tracer = GetIsolate()->heap()->tracer(); in AddMainThreadEvent() local
638 auto* tracer = isolate_->heap()->local_embedder_heap_tracer(); in TraceEpilogue() local
733 auto* const tracer = isolate_->heap()->local_embedder_heap_tracer(); in ReportBufferedAllocationSizeIfPossible() local
/third_party/ffmpeg/libavcodec/
Damfenc.h56 AmfTraceWriter tracer; ///< AMF writer registered with AMF member
Damfenc.c95 AmfTraceWriter *tracer = (AmfTraceWriter*)pThis; in AMFTraceWriter_Write() local
/third_party/python/Lib/test/
Dtest_trace.py359 def _coverage(self, tracer, argument
Dtest_scope.py537 def tracer(a,b,c): function
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc225 TraceScope tracer(broker, this, "PropertyCellData::Serialize"); in Cache() local
590 TraceScope tracer(broker, this, "JSFunctionData::Cache"); in Cache() local
944 TraceScope tracer(this, "JSHeapBroker::InitializeAndStartSerializing"); in InitializeAndStartSerializing() local

12