Searched defs:trace (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/ |
D | async_task.rs | 336 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/ |
D | logging_trace_provider.rs | 39 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) { in trace() method
|
D | trace_provider.rs | 33 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str); in trace() method
|
D | simpleperf_etm_trace_provider.rs | 41 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) { in trace() method
|