show_stats
show_stats(proto, ofmt, flags, &filter, timestamp_fmt, interval, count);
static void show_stats(connstat_proto_t *, ofmt_handle_t, uint_t,
boolean_t show_stats;
if (brstate->show_stats) {
if (brstate->show_stats) {
if (brstate.show_stats)
brstate.show_stats = B_TRUE;
if (interval != 0 && !brstate.show_stats)
if ((op_mode == fwdMode || op_mode == trillMode) && brstate.show_stats)
if (brstate.show_stats) {
if (brstate.show_stats) {
show_stats(get_token_stats, &tot);
show_stats(get_ident_stats, &tot);
show_stats(get_symbol_stats, &tot);
show_stats(get_expression_stats, &tot);
show_stats(get_statement_stats, &tot);
show_stats(get_scope_stats, &tot);
show_stats(get_basic_block_stats, &tot);
show_stats(get_instruction_stats, &tot);
show_stats(get_pseudo_stats, &tot);
show_stats(get_pseudo_user_stats, &tot);
show_stats(get_ptrlist_stats, &tot);
show_stats(get_multijmp_stats, &tot);
show_stats(get_asm_rules_stats, &tot);
show_stats(get_asm_constraint_stats, &tot);
show_stats(get_context_stats, &tot);
show_stats(get_string_stats, &tot);
show_stats(get_bytes_stats, &tot);
show_stats(NULL, &tot);