Searched refs:stackinfo (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.h | 54 int stackinfo(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | thread.c | 716 stackinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 743 if (mdb_walk_dcmd("thread", "stackinfo", argc, argv) == -1) { 771 mdb_printf("feature is off.\nUse ::help stackinfo "); 823 mdb_printf("Use ::help stackinfo for more details.\n");
|
H A D | genunix.c | 4249 { "stackinfo", "?[-h|-a]", "display kthread_t stack usage", stackinfo,
|
Completed in 55 milliseconds