Searched refs:sampling_period (Results 1 – 4 of 4) sorted by relevance
/system/extras/profcollectd/libprofcollectd/ |
D | simpleperf_etm_trace_provider.rs | 37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace() 44 sampling_period, in trace()
|
D | scheduler.rs | 65 &config.sampling_period, in schedule_periodic() 86 trace_provider.lock().unwrap().trace(&TRACE_OUTPUT_DIR, tag, &config.sampling_period); in one_shot()
|
D | config.rs | 56 pub sampling_period: Duration, field 71 sampling_period: Duration::from_millis(get_device_config("sampling_period", 500)?), in from_env()
|
D | trace_provider.rs | 29 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()
|