Searched refs:pstats (Results 1 – 5 of 5) sorted by relevance
78 struct pstats { struct
310 struct pstats *p_stats; /* Accounting/statistics (PL) */
229 static struct pstats pstats0;
181 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
379 (lldb) script import cProfile, pstats, StringIO386 (lldb) script ps = pstats.Stats(pr, stream=s).sort_stats('cumulative')