pub type ProbePointList<F> = BTreeMap<usize, Arc<ProbePoint<F>>>;
A list of kprobe points.
pub struct ProbePointList<F> { /* private fields */ }