Home
last modified time | relevance | path

Searched refs:g_dtj_util_debug (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c42 boolean_t g_dtj_util_debug = B_FALSE; variable
307 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_java_class_create()
316 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_java_class_create()
451 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_cache_jni_classes()
459 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_cache_jni_classes()
467 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_cache_jni_classes()
474 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_cache_jni_classes()
1287 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_check_pointer_pool()
1305 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_pointer_list_create()
1334 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_check_string_pool()
[all …]
H A Ddtj_jnitab.c511 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_check_request_pool()
584 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_check_program_pool()
638 (g_dtj_util_debug ? UU_LIST_POOL_DEBUG : 0)); in dtj_check_aggval_pool()
697 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_java_consumer_init()
780 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_consumer_create()
790 (g_dtj_util_debug ? UU_LIST_DEBUG : 0)); in dtj_consumer_create()
H A Ddtj_util.h58 extern boolean_t g_dtj_util_debug;
H A Ddtrace_jni.c1895 g_dtj_util_debug = debug; in Java_org_opensolaris_os_dtrace_LocalConsumer__1setDebug()