Lines Matching refs:verbose
126 char *fbuf, size_t bufsz, int verbose);
148 int verbose = FALSE; in py_frame() local
151 'v', MDB_OPT_SETBITS, TRUE, &verbose, in py_frame()
167 verbose) < 0) { in py_frame()
253 python_stack(uintptr_t addr, const PyThreadState *ts, uint_t *verbose) in python_stack() argument
256 uint_t nargc = (verbose != NULL && *verbose) ? 1 : 0; in python_stack()
276 python_thread(uintptr_t addr, const PyInterpreterState *is, uint_t *verbose) in python_thread() argument
281 if (mdb_pwalk("pythread", (mdb_walk_cb_t)python_stack, verbose, in python_thread()
294 uint_t verbose = FALSE; in py_stack() local
297 'v', MDB_OPT_SETBITS, TRUE, &verbose, in py_stack()
308 uint_t nargc = verbose ? 1 : 0; in py_stack()
322 &verbose) == -1) { in py_stack()