Searched refs:sampling_period (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | logging_trace_provider.rs | 35 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace() 41 sampling_period.as_millis(), in trace()
|
H A D | simpleperf_etm_trace_provider.rs | 37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace() 42 sampling_period, in trace()
|
H A D | scheduler.rs | 68 &config.sampling_period, in schedule_periodic() 91 trace_provider.lock().unwrap().trace(&TRACE_OUTPUT_DIR, tag, &config.sampling_period); in one_shot()
|
H A D | config.rs | 59 pub sampling_period: Duration, field 76 sampling_period: Duration::from_millis(get_device_config("sampling_period", 500)?), in from_env()
|
H A D | trace_provider.rs | 32 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()
|