Home
last modified time | relevance | path

Searched refs:DTRACEOPT_UNSET (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/cmd/dtrace/
H A Ddtrace.c811 g_quiet = data->dtsda_newval != DTRACEOPT_UNSET; in setopthandler()
814 g_flowindent = data->dtsda_newval != DTRACEOPT_UNSET; in setopthandler()
1091 if (bufs[i].val == DTRACEOPT_UNSET) in go()
1096 if (nsize == DTRACEOPT_UNSET || nsize == 0) in go()
1118 if (rates[i].val == DTRACEOPT_UNSET) in go()
1123 if (nval == DTRACEOPT_UNSET || nval == 0) in go()
1596 g_flowindent = opt != DTRACEOPT_UNSET; in main()
1599 g_grabanon = opt != DTRACEOPT_UNSET; in main()
1602 g_quiet = opt != DTRACEOPT_UNSET; in main()
1769 g_flowindent = opt != DTRACEOPT_UNSET; in main()
[all …]
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_options.c609 val = DTRACEOPT_UNSET; in dt_opt_runtime()
620 val = DTRACEOPT_UNSET; in dt_opt_runtime()
802 dtrace_optval_t policy = DTRACEOPT_UNSET; in dt_opt_bufpolicy()
815 if (policy == DTRACEOPT_UNSET) in dt_opt_bufpolicy()
836 dtrace_optval_t policy = DTRACEOPT_UNSET; in dt_opt_bufresize()
849 if (policy == DTRACEOPT_UNSET) in dt_opt_bufresize()
883 dtp->dt_options[i] = DTRACEOPT_UNSET; in dt_options_load()
H A Ddt_aggregate.c1094 if (size == 0 || size == DTRACEOPT_UNSET) in dt_aggregate_go()
1107 assert(rval == 0 && cpu != DTRACEOPT_UNSET); in dt_aggregate_go()
1248 dt_revsort = (dtp->dt_options[DTRACEOPT_AGGSORTREV] != DTRACEOPT_UNSET); in dt_aggregate_qsort()
1249 dt_keysort = (dtp->dt_options[DTRACEOPT_AGGSORTKEY] != DTRACEOPT_UNSET); in dt_aggregate_qsort()
1251 if (keyposopt != DTRACEOPT_UNSET && keyposopt <= INT_MAX) { in dt_aggregate_qsort()
1374 if (dtp->dt_options[DTRACEOPT_AGGZOOM] != DTRACEOPT_UNSET) { in dt_aggregate_total()
1531 if (dtp->dt_options[DTRACEOPT_AGGHIST] != DTRACEOPT_UNSET) { in dt_aggregate_walk_sorted()
1538 if (dtp->dt_options[DTRACEOPT_AGGPACK] != DTRACEOPT_UNSET) { in dt_aggregate_walk_sorted()
1681 if (sortpos == DTRACEOPT_UNSET || sortpos >= naggvars) in dtrace_aggregate_walk_joined()
H A Ddt_consume.c509 if (dtp->dt_options[DTRACEOPT_AGGZOOM] == DTRACEOPT_UNSET) { in dt_quantize_total()
1141 if (dtp->dt_options[DTRACEOPT_RAWBYTES] != DTRACEOPT_UNSET) in dt_print_bytes()
1257 if (dtp->dt_options[DTRACEOPT_STACKINDENT] != DTRACEOPT_UNSET) in dt_print_stack()
1348 if (dtp->dt_options[DTRACEOPT_STACKINDENT] != DTRACEOPT_UNSET) in dt_print_ustack()
2093 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); in dt_consume_cpu()
2094 int quiet = (dtp->dt_options[DTRACEOPT_QUIET] != DTRACEOPT_UNSET); in dt_consume_cpu()
2244 DTRACEOPT_UNSET); in dt_consume_cpu()
2246 DTRACEOPT_UNSET); in dt_consume_cpu()
2902 if (dtp->dt_options[DTRACEOPT_TEMPORAL] == DTRACEOPT_UNSET) { in dtrace_consume()
H A Ddt_handle.c67 if (dtp->dt_options[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET) in dtrace_handle_err()
H A Ddt_map.c386 if (dtp->dt_options[DTRACEOPT_GRABANON] == DTRACEOPT_UNSET && in dt_aggid_add()
H A Ddt_dof.c930 if (dtp->dt_options[i] != DTRACEOPT_UNSET) in dtrace_getopt_dof()
962 if (dtp->dt_options[i] == DTRACEOPT_UNSET) in dtrace_getopt_dof()
H A Ddt_cc.c793 if (dtp->dt_options[DTRACEOPT_STACKFRAMES] != DTRACEOPT_UNSET) { in dt_action_stack_args()
833 if (dtp->dt_options[DTRACEOPT_JSTACKFRAMES] != DTRACEOPT_UNSET) in dt_action_ustack_args()
836 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET) in dt_action_ustack_args()
843 if (dtp->dt_options[DTRACEOPT_USTACKFRAMES] != DTRACEOPT_UNSET) in dt_action_ustack_args()
H A Ddt_open.c979 dtp->dt_options[i] = DTRACEOPT_UNSET; in dt_vopen()
/titanic_44/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1085 dd.dtdd_flowindent = (val != DTRACEOPT_UNSET); in dtrace()
1093 dd.dtdd_quiet = (val != DTRACEOPT_UNSET); in dtrace()
2551 if (options[i] == DTRACEOPT_UNSET) { in dtrace_options()
/titanic_44/usr/src/uts/common/sys/
H A Ddtrace.h1032 #define DTRACEOPT_UNSET (dtrace_optval_t)-2 /* unset option */ macro
/titanic_44/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c183 jc->dtjj_consumer->dtjc_flow = (optval != DTRACEOPT_UNSET); in dtj_set_callback_handlers()
464 (data->dtsda_newval != DTRACEOPT_UNSET); in dtj_setopthandler()
H A Ddtrace_jni.c1043 return (cflag ? 1 : DTRACEOPT_UNSET); in Java_org_opensolaris_os_dtrace_LocalConsumer__1getOption()
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c13151 if (desc->dofo_value == DTRACEOPT_UNSET) { in dtrace_dof_options()
13395 state->dts_options[i] = DTRACEOPT_UNSET; in dtrace_state_create()
13561 if (opt[which] == DTRACEOPT_UNSET || opt[which] == 0) in dtrace_state_buffer()
13564 if (opt[DTRACEOPT_CPU] != DTRACEOPT_UNSET) in dtrace_state_buffer()
13704 ASSERT(nspec != DTRACEOPT_UNSET); in dtrace_state_go()
13732 if (opt[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET) { in dtrace_state_go()
13767 if (opt[DTRACEOPT_AGGSIZE] != DTRACEOPT_UNSET && in dtrace_state_go()
13781 if (opt[DTRACEOPT_BUFSIZE] == DTRACEOPT_UNSET || in dtrace_state_go()
13788 if (opt[DTRACEOPT_SPECSIZE] != DTRACEOPT_UNSET && in dtrace_state_go()
13823 if ((sz = opt[DTRACEOPT_DYNVARSIZE]) == DTRACEOPT_UNSET) in dtrace_state_go()
[all …]