Searched refs:DTRACEOPT_QUIET (Results 1 – 3 of 3) sorted by relevance
1013 { "quiet", dt_opt_runtime, DTRACEOPT_QUIET },
2096 int quiet = (dtp->dt_options[DTRACEOPT_QUIET] != DTRACEOPT_UNSET); in dt_consume_cpu()2247 quiet = (opts[DTRACEOPT_QUIET] != in dt_consume_cpu()
1012 #define DTRACEOPT_QUIET 12 /* only output explicitly traced data */ macro