Searched refs:pstats (Results 1 – 6 of 6) sorted by relevance
78 struct pstats { struct
299 struct pstats *p_stats; /* Accounting/statistics (PL) */
754 import cProfile, pstats, io772 ps = pstats.Stats(pr, stream=s)
222 static struct pstats pstats0;
186 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
462 $ python3 -m gprof2dot -f pstats /tmp/macro.prof -o /tmp/call.dot