Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/src/
Dasync_task.rs336 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
341 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
349 let trace = shelf.get_downcast_ref::<Vec<String>>().unwrap(); in test_async_task() localVariable
355 let trace = trace_receiver.recv().unwrap(); in test_async_task() localVariable
/system/extras/profcollectd/libprofcollectd/
Dtrace_provider.rs29 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace() method
Dsimpleperf_etm_trace_provider.rs37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace() method
/system/iorap/src/compiler/
Dcompiler.cc250 std::optional<uint64_t> GetStartTimestamp(const ::perfetto::protos::Trace& trace) { in GetStartTimestamp()
300 const ::perfetto::protos::Trace& trace = *(trace_info.trace_ptr); in SelectPageCacheFtraceEvents() local
428 .flat_map([](PerfettoTracePtrInfo trace) { in SelectDistinctInodesFromTraces()
572 .flat_map([](PerfettoTracePtrInfo trace) { in ResolvePageCacheEntriesFromProtos()
/system/iorap/src/manager/
Devent_manager.cc644 android::ScopedTrace trace{ATRACE_TAG_ACTIVITY_MANAGER, in InsertDbLaunchHistory() local
696 android::ScopedTrace trace{ATRACE_TAG_ACTIVITY_MANAGER, in UpdateReportFullyDrawn() local