pub static CALLS: Mutex<Vec<Pfunc>>
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.
static Pfunc calls;
Src/Modules/zprof.c:66
Mutex<Vec<Pfunc>>
Pfunc *
usize