Function bcc::perf::init_perf_map [] [src]

pub fn init_perf_map<F>(table: Table, cb: F) -> Result<PerfMap, Error> where
    F: Fn() -> Box<FnMut(&[u8]) + Send>,