Searched refs:RecordScope (Results 1 – 2 of 2) sorted by relevance
34 pub enum RecordScope { enum44 pub fn record(trace_file: &Path, duration: &Duration, scope: RecordScope) { in record() argument46 RecordScope::USERSPACE => CString::new("cs-etm:u").unwrap(), in record()47 RecordScope::KERNEL => CString::new("cs-etm:k").unwrap(), in record()48 RecordScope::BOTH => CString::new("cs-etm").unwrap(), in record()
45 simpleperf_profcollect::RecordScope::BOTH, in trace()