pub fn run_perf_stat( binary: &str, args: &[&str], events: &[&str], ) -> Result<PerfStatResult>
Run perf stat and parse the output.