Home
last modified time | relevance | path

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

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dlogging_trace_provider.rs35 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
41 sampling_period.as_millis(), in trace()
H A Dsimpleperf_etm_trace_provider.rs37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
42 sampling_period, in trace()
H A Dscheduler.rs68 &config.sampling_period, in schedule_periodic()
91 trace_provider.lock().unwrap().trace(&TRACE_OUTPUT_DIR, tag, &config.sampling_period); in one_shot()
H A Dconfig.rs59 pub sampling_period: Duration, field
76 sampling_period: Duration::from_millis(get_device_config("sampling_period", 500)?), in from_env()
H A Dtrace_provider.rs32 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()