Searched refs:show_details (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/arch/x86/kcpuid/ |
| H A D | kcpuid.c | 81 static bool show_details; variable 448 if (show_details) in decode_bits() 464 show_details ? "-" : "", in decode_bits() 465 show_details ? bdesc->detail : "" in decode_bits() 476 show_details ? "-" : "", in decode_bits() 477 show_details ? bdesc->detail : "" in decode_bits() 491 if (show_details) in show_leaf() 501 if (!show_raw && show_details) in show_leaf() 634 show_details = true; in parse_options()
|
| /linux-6.15/tools/perf/bench/ |
| H A D | numa.c | 50 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0) 56 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) 112 int show_details; member 196 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 1202 if (g->p.show_details >= 0) in show_summary() 1214 int details = g->p.show_details; in worker_thread() 1429 if (g->p.show_details >= 3) { in worker_process() 1461 if (g->p.show_details < 0) in print_summary() 1531 if (quiet && !g->p.show_details) in init() 1532 g->p.show_details = -1; in init() [all …]
|
| /linux-6.15/include/rdma/ |
| H A D | restrack.h | 123 bool show_details);
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | restrack.c | 65 bool show_details) in rdma_restrack_count() argument 74 if (xa_get_mark(&rt->xa, e->id, RESTRACK_DD) && !show_details) in rdma_restrack_count()
|
| H A D | nldev.c | 424 bool show_details) in fill_res_info() argument 449 curr = rdma_restrack_count(device, i, show_details); in fill_res_info() 1330 bool show_details = false; in nldev_res_get_doit() local 1347 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in nldev_res_get_doit() 1363 ret = fill_res_info(msg, device, show_details); in nldev_res_get_doit() 1563 bool show_details = false; in res_get_common_dumpit() local 1593 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in res_get_common_dumpit() 1632 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
|