Home
last modified time | relevance | path

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

/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c127 static bool show_details; variable
479 show_details ? "-" : "", in show_reg()
480 show_details ? bdesc->detail : "" in show_reg()
491 show_details ? "-" : "", in show_reg()
492 show_details ? bdesc->detail : "" in show_reg()
500 if (show_details && has_entries) in show_reg_header()
514 if (!show_raw && show_details) in show_leaf()
622 show_details = true; in parse_options()
/linux/tools/perf/bench/
H A Dnuma.c50 #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/drivers/infiniband/core/
H A Drestrack.c65 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 Dnldev.c424 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()
1564 bool show_details = false; in res_get_common_dumpit() local
1594 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in res_get_common_dumpit()
1633 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
/linux/include/rdma/
H A Drestrack.h127 bool show_details);