Home
last modified time | relevance | path

Searched refs:LT_KLOG_LEVEL_ALL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/latencytop/common/
H A Dlatencytop.h88 #define LT_KLOG_LEVEL_ALL 3 /* Log all stacks, mapped or not */ macro
H A Dklog.c116 if (level < 0 || level > (int)LT_KLOG_LEVEL_ALL) { in lt_klog_set_log_level()