Skip to main content

CALLS

Static CALLS 

Source
pub static CALLS: Mutex<Vec<Pfunc>>
Expand description

Port of static Pfunc calls; from Src/Modules/zprof.c:66. Per-function aggregated table; the C linked list becomes a Mutex<Vec<Pfunc>> so Pfunc * becomes usize index.