Lines Matching refs:show_details
44 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
50 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
106 int show_details; member
190 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1081 if (g->p.show_details >= 0) in show_summary()
1093 int details = g->p.show_details; in worker_thread()
1304 if (g->p.show_details >= 3) { in worker_process()
1336 if (g->p.show_details < 0) in print_summary()
1396 if (g->p.show_quiet && !g->p.show_details) in init()
1397 g->p.show_details = -1; in init()
1627 if (g->p.show_details >= 2) { in __bench_numa()