Home
last modified time | relevance | path

Searched refs:pstats (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/sys/ !
H A Dresourcevar.h79 struct pstats { struct
H A Dproc_internal.h315 struct pstats *p_stats; /* Accounting/statistics (PL) */
/xnu-12377.61.12/tools/lldbmacros/ !
H A Dxnu.py788 import cProfile, pstats, io
803 ps = pstats.Stats(pr, stream=s)
/xnu-12377.61.12/bsd/kern/ !
H A Dbsd_init.c224 static struct pstats pstats0;
H A Dkern_fork.c188 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
/xnu-12377.61.12/doc/debugging/ !
H A Ddebugging.md287 $ python3 -m gprof2dot -f pstats /tmp/macro.prof -o /tmp/call.dot