pub fn parse_proc_entry(pid: u32) -> Option<ProcessInfo>Expand description
Parse /proc/{pid}/status into a ProcessInfo.
Returns None if the process doesn’t exist or the status file can’t be read.
§Internal Usage
This function is used internally by:
super::ops::snapshotto populate the storesuper::ops::resolveas a fallbacksuper::ops::handle_eventfor Exec eventssuper::ops::build_chain_linksfor chain lookupssuper::ops::find_by_cmdandsuper::ops::find_by_userfor fallback