pub fn find_by_name(name: &str) -> Result<Vec<LinuxProcess>, Error>
Finds all processes with matching name.