fn parse_cpu_llc_map<R: BufRead>(reader: R) -> Result<Vec<(usize, usize)>>
Parse lines of the form cpu,llc from the provided reader.
cpu,llc