Home
last modified time | relevance | path

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

/external/crosvm/tools/contrib/vcpu_blocker_analyzer/src/
Dparse.rs105 pub fn parse_sched_switch(details: &str) -> Result<SchedSwitch> { in parse_sched_switch() function
241 parse_sched_switch(line).unwrap(), in test_parse_sched_switch()
Dmain.rs18 use parse::parse_sched_switch;
239 let sched_switch = parse_sched_switch(&event.details)?; in update_durations()