Searched refs:show_details (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 81 static bool show_details; variable 442 if (show_details) in decode_bits() 457 show_details ? "-" : "", in decode_bits() 458 show_details ? bdesc->detail : "" in decode_bits() 469 show_details ? "-" : "", in decode_bits() 470 show_details ? bdesc->detail : "" in decode_bits() 484 if (show_details) in show_leaf() 494 if (!show_raw && show_details) in show_leaf() 627 show_details = true; in parse_options()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 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; member 194 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 1100 if (g->p.show_details >= 0) in show_summary() 1112 int details = g->p.show_details; in worker_thread() 1326 if (g->p.show_details >= 3) { in worker_process() 1358 if (g->p.show_details < 0) in print_summary() 1418 if (g->p.show_quiet && !g->p.show_details) in init() [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 48 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0) 54 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) 110 int show_details; member 194 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 1149 if (g->p.show_details >= 0) in show_summary() 1161 int details = g->p.show_details; in worker_thread() 1376 if (g->p.show_details >= 3) { in worker_process() 1408 if (g->p.show_details < 0) in print_summary() 1478 if (quiet && !g->p.show_details) in init() [all...] |
Completed in 6 milliseconds