Home
last modified time | relevance | path

Searched refs:dt_oformat (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c258 if (!dtp->dt_oformat) in dt_print_int()
430 if (dtp->dt_oformat) { in dt_print_array()
451 if (dtp->dt_oformat) in dt_print_array()
456 if (dtp->dt_oformat) in dt_print_array()
460 } else if (dtp->dt_oformat) { in dt_print_array()
489 if (dtp->dt_oformat) { in dt_print_array()
517 if (pap->pa_dtp->dt_oformat == DTRACE_OFORMAT_TEXT) in dt_print_structlike()
577 if (pap->pa_dtp->dt_oformat == DTRACE_OFORMAT_TEXT) in dt_print_tag()
H A Ddt_consume.c2114 if (dtp->dt_oformat) in dt_print_sym()
2128 if (dtp->dt_oformat) in dt_print_sym()
2137 if (dtp->dt_oformat) in dt_print_sym()
3075 if (dtp->dt_oformat) in dt_consume_cpu()
3094 if (dtp->dt_oformat) in dt_consume_cpu()
3423 if (dtp->dt_oformat) in dt_consume_cpu()
3461 if (dtp->dt_oformat) in dt_consume_cpu()
3504 if (dtp->dt_oformat) in dt_consume_cpu()
3522 if (dtp->dt_oformat) in dt_consume_cpu()
3546 if (dtp->dt_oformat) in dt_consume_cpu()
[all …]
H A Ddt_handle.c344 if (dtp->dt_oformat) { in dt_handle_cpudrop()
455 if (dtp->dt_oformat) { in dt_handle_status()
466 if (dtp->dt_oformat) in dt_handle_status()
473 if (dtp->dt_oformat) in dt_handle_status()
478 if (dtp->dt_oformat) in dt_handle_status()
H A Ddt_subr.c1001 dtp->dt_oformat = xo_get_style(NULL) == XO_STYLE_TEXT ? in dtrace_oformat_configure()
1012 return (dtp->dt_oformat != DTRACE_OFORMAT_TEXT); in dtrace_oformat()
H A Ddt_impl.h369 int dt_oformat; /* output format (none, json, xml, html) */ member
H A Ddt_aggregate.c2136 if (dtp->dt_oformat) {