Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dresourcevar.h79 struct pstats { struct
H A Dproc_internal.h316 struct pstats *p_stats; /* Accounting/statistics (PL) */
/xnu-10063.141.1/tools/lldbmacros/
H A Dxnu.py756 import cProfile, pstats, io
771 ps = pstats.Stats(pr, stream=s)
/xnu-10063.141.1/bsd/kern/
H A Dbsd_init.c223 static struct pstats pstats0;
H A Dkern_fork.c186 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
/xnu-10063.141.1/doc/debugging/
H A Ddebugging.md286 $ python3 -m gprof2dot -f pstats /tmp/macro.prof -o /tmp/call.dot