Home
last modified time | relevance | path

Searched refs:tracer (Results 101 - 125 of 198) sorted by relevance

12345678

/third_party/python/Lib/turtledemo/
H A Dround_dance.py35 tracer(False)
H A Dtree.py44 p.getscreen().tracer(30,0)
H A Dbytedesign.py48 self.getscreen().tracer(True)
152 t.getscreen().tracer(0)
H A Drosette.py45 s.tracer(36,0)
/third_party/python/Lib/test/libregrtest/
H A Dmain.py92 self.tracer = None
455 self.tracer = trace.Trace(trace=False, count=True)
473 if self.tracer:
479 self.tracer.runctx(cmd, globals=globals(), locals=ns)
606 if self.tracer:
607 r = self.tracer.results()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp399 MediaLibraryTracer tracer; in NativeRequestImage() local
400 tracer.Start("NativeRequestImage"); in NativeRequestImage()
441 MediaLibraryTracer tracer; in NativeRequestVideo() local
442 tracer.Start("NativeRequestVideo"); in NativeRequestVideo()
501 MediaLibraryTracer tracer; in NativeRequestImageSource() local
502 tracer.Start("NativeRequestImageSource"); in NativeRequestImageSource()
551 MediaLibraryTracer tracer; in NativeRequestMovingPhoto() local
552 tracer.Start("NativeRequestMovingPhoto"); in NativeRequestMovingPhoto()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp632 MediaLibraryTracer tracer; in DecodeThumbnail() local
633 tracer.Start("ImageSource::CreateImageSource"); in DecodeThumbnail()
677 MediaLibraryTracer tracer; in QueryThumbnail() local
678 tracer.Start("QueryThumbnail uri:" + uri); in QueryThumbnail()
683 tracer.Start("DataShare::OpenThumbnail"); in QueryThumbnail()
689 tracer.Finish(); in QueryThumbnail()
818 MediaLibraryTracer tracer; in DecodeAstc() local
819 tracer.Start("MediaLibraryManager::DecodeAstc"); in DecodeAstc()
841 MediaLibraryTracer tracer; in GetAstc() local
857 tracer in GetAstc()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c3 * ring buffer based function tracer
119 * of the tracer is successful. But that is the only place that sets
832 * the irqsoff tracer. But it may be inaccurate due to races. If you
862 static struct tracer *trace_types __read_mostly;
1155 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local
1171 /* Note, snapshot can not be used when the tracer uses it */ in tracing_snapshot_instance_cond()
1172 if (tracer->use_max_tr) { in tracing_snapshot_instance_cond()
1347 * already been enabled, or if the current tracer is already using a
1837 * RCU. The irq tracer ca in __update_max_tr()
5429 trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) trace_keep_overwrite() argument
9172 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) create_trace_option_files() argument
[all...]
H A Dtrace_branch.c24 static struct tracer branch_trace;
173 static struct tracer branch_trace __read_mostly =
/kernel/linux/linux-5.10/kernel/
H A Dptrace.c493 * if wait_on_bit() was interrupted by SIGKILL. The tracer will in ptrace_attach()
562 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach() argument
574 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
576 else if (ignoring_children(tracer->sighand)) { in __ptrace_detach()
577 __wake_up_parent(p, tracer); in __ptrace_detach()
618 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace() argument
622 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace()
626 if (__ptrace_detach(tracer, p)) in exit_ptrace()
/kernel/linux/linux-6.6/kernel/
H A Dptrace.c489 * if wait_on_bit() was interrupted by SIGKILL. The tracer will in ptrace_attach()
558 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach() argument
570 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
572 else if (ignoring_children(tracer->sighand)) { in __ptrace_detach()
573 __wake_up_parent(p, tracer); in __ptrace_detach()
614 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace() argument
618 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace()
622 if (__ptrace_detach(tracer, p)) in exit_ptrace()
/third_party/ffmpeg/libavcodec/
H A Damfenc.c96 AmfTraceWriter *tracer = (AmfTraceWriter*)pThis; in AMFTraceWriter_Write() local
97 av_log(tracer->avctx, AV_LOG_DEBUG, "%ls: %ls", scope, message); // \n is provided from AMF in AMFTraceWriter_Write()
235 ctx->tracer.vtbl = &tracer_vtbl; in amf_init_context()
236 ctx->tracer.avctx = avctx; in amf_init_context()
237 ctx->trace->pVtbl->RegisterWriter(ctx->trace, FFMPEG_AMF_WRITER_ID,(AMFTraceWriter*)&ctx->tracer, 1); in amf_init_context()
H A Damfenc.h56 AmfTraceWriter tracer; ///< AMF writer registered with AMF member
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c3 * ring buffer based function tracer
113 * of the tracer is successful. But that is the only place that sets
792 * the irqsoff tracer. But it may be inaccurate due to races. If you
822 static struct tracer *trace_types __read_mostly;
1109 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local
1125 /* Note, snapshot can not be used when the tracer uses it */ in tracing_snapshot_instance_cond()
1126 if (tracer->use_max_tr) { in tracing_snapshot_instance_cond()
1301 * already been enabled, or if the current tracer is already using a
1792 * RCU. The irq tracer ca in __update_max_tr()
5008 trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) trace_keep_overwrite() argument
8574 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) create_trace_option_files() argument
[all...]
H A Dtrace_branch.c24 static struct tracer branch_trace;
173 static struct tracer branch_trace __read_mostly =
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dtask.h94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise.h106 struct osnoise_tool *osnoise_init_trace_tool(char *tracer);
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry.S166 ; save EFA in case tracer wants the PC of traced task
185 ; clobbered them (since they are in scratch regs). The tracer could also
321 ; tracer might call PEEKUSR(CALLEE reg)
333 ; a tracing signal, tracer could have done a POKEUSR(CALLEE reg)
/third_party/python/Lib/test/
H A Dtest_scope.py588 def tracer(a,b,c): function
589 return tracer
602 sys.settrace(tracer)
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs749 fn trace<T>(&self, _: &BindgenContext, tracer: &mut T, _: &()) in trace()
753 tracer.visit_kind(self.return_type().into(), EdgeKind::FunctionReturn); in trace()
756 tracer.visit_kind(ty.into(), EdgeKind::FunctionParameter); in trace()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_utils.cpp274 MediaLibraryTracer tracer; in QueryGoToFirst() local
275 tracer.Start("QueryGoToFirst"); in QueryGoToFirst()
961 MediaLibraryTracer tracer; in QueryPortraitAlbumCover() local
962 tracer.Start("QueryPortraitCover"); in QueryPortraitAlbumCover()
1117 MediaLibraryTracer tracer; in UpdateUserAlbumIfNeeded() local
1118 tracer.Start("UpdateUserAlbumIfNeeded"); in UpdateUserAlbumIfNeeded()
1147 MediaLibraryTracer tracer; in UpdatePortraitAlbumIfNeeded() local
1148 tracer.Start("UpdatePortraitAlbumIfNeeded"); in UpdatePortraitAlbumIfNeeded()
1181 MediaLibraryTracer tracer; in UpdateAnalysisAlbumIfNeeded() local
1182 tracer in UpdateAnalysisAlbumIfNeeded()
1211 MediaLibraryTracer tracer; UpdateSourceAlbumIfNeeded() local
1244 MediaLibraryTracer tracer; UpdateSysAlbumIfNeeded() local
1273 MediaLibraryTracer tracer; global() local
1316 MediaLibraryTracer tracer; UpdateUserAlbumByUri() local
1354 MediaLibraryTracer tracer; UpdateUserAlbumInternal() local
1541 MediaLibraryTracer tracer; UpdateAnalysisAlbumByUri() local
1628 MediaLibraryTracer tracer; UpdateAnalysisAlbumInternal() local
1677 MediaLibraryTracer tracer; UpdateAnalysisAlbumByFile() local
1722 MediaLibraryTracer tracer; global() local
1740 MediaLibraryTracer tracer; UpdateSourceAlbumByUri() local
1778 MediaLibraryTracer tracer; UpdateSourceAlbumInternal() local
1812 MediaLibraryTracer tracer; UpdateSystemAlbumInternal() local
1833 MediaLibraryTracer tracer; UpdateSysAlbumHiddenState() local
1867 MediaLibraryTracer tracer; UpdateAllAlbums() local
1945 MediaLibraryTracer tracer; UpdateSystemAlbumCountInternal() local
1978 MediaLibraryTracer tracer; UpdateUserAlbumCountInternal() local
2012 MediaLibraryTracer tracer; UpdateAnalysisAlbumCountInternal() local
2199 MediaLibraryTracer tracer; RefreshAllAlbums() local
[all...]
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp303 MediaLibraryTracer tracer; in CheckWhereClause() local
304 tracer.Start("CommonUtils::CheckWhereClause"); in CheckWhereClause()
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc10 #include "src/heap/gc-tracer-inl.h"
11 #include "src/heap/gc-tracer.h"
112 TRACE_GC(heap_->tracer(), GCTracer::Scope::MC_COMPLETE_SWEEP_ARRAY_BUFFERS); in EnsureFinished()
164 TRACE_GC_EPOCH(heap_->tracer(), scope_id, ThreadKind::kBackground); in RequestSweep()
H A Dlocal-heap.cc18 #include "src/heap/gc-tracer-inl.h"
19 #include "src/heap/gc-tracer.h"
279 TRACE_GC1(heap_->tracer(), scope_id, thread_kind); in SleepInUnpark()
322 TRACE_GC1(heap_->tracer(), scope_id, thread_kind); in SleepInSafepoint()
/third_party/skia/src/core/
H A DSkTraceEvent.h148 skia::tracing_internals::ScopedTracer INTERNAL_TRACE_EVENT_UID(tracer); \
156 INTERNAL_TRACE_EVENT_UID(tracer).Initialize( \

Completed in 34 milliseconds

12345678