Searched refs:show_details (Results 1 – 2 of 2) sorted by relevance
77 static bool show_details; variable447 show_details ? "-" : "", in decode_bits()448 show_details ? bdesc->detail : "" in decode_bits()459 show_details ? "-" : "", in decode_bits()460 show_details ? bdesc->detail : "" in decode_bits()608 show_details = true; in parse_options()
47 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)53 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)109 int show_details; member194 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),1148 if (g->p.show_details >= 0) in show_summary()1160 int details = g->p.show_details; in worker_thread()1375 if (g->p.show_details >= 3) { in worker_process()1407 if (g->p.show_details < 0) in print_summary()1477 if (g->p.show_quiet && !g->p.show_details) in init()1478 g->p.show_details = -1; in init()[all …]