Home
last modified time | relevance | path

Searched refs:sampling_period (Results 1 – 4 of 4) sorted by relevance

/system/extras/profcollectd/libprofcollectd/
Dsimpleperf_etm_trace_provider.rs37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
44 sampling_period, in trace()
Dscheduler.rs65 &config.sampling_period, in schedule_periodic()
86 trace_provider.lock().unwrap().trace(&TRACE_OUTPUT_DIR, tag, &config.sampling_period); in one_shot()
Dconfig.rs56 pub sampling_period: Duration, field
71 sampling_period: Duration::from_millis(get_device_config("sampling_period", 500)?), in from_env()
Dtrace_provider.rs29 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()