Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Dnuma.c47 #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; member
193 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1086 if (g->p.show_details >= 0) in show_summary()
1098 int details = g->p.show_details; in worker_thread()
1309 if (g->p.show_details >= 3) { in worker_process()
1341 if (g->p.show_details < 0) in print_summary()
1401 if (g->p.show_quiet && !g->p.show_details) in init()
1402 g->p.show_details = -1; in init()
[all …]