Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/tools/contrib/vcpu_blocker_analyzer/src/
H A Dparse.rs56 let vcpu_id_pattern = VCPU_ID_PATTERN.get_or_init(|| Regex::new(r"crosvm_vcpu(\d+)").unwrap()); in parse_vcpu_id() localVariable
58 if let Some(captures) = vcpu_id_pattern.captures(proc_name) { in parse_vcpu_id()