Home
last modified time | relevance | path

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

/external/iproute2/genl/
Dgenl.c31 int show_details = 0; variable
127 ++show_details; in main()
/external/iproute2/ip/
Dip.c28 int show_details = 0; variable
194 ++show_details; in main()
Dipaddress.c310 if (do_link && tb[IFLA_LINKINFO] && show_details) in print_linkinfo()
/external/iproute2/tc/
Dq_htb.c263 if (show_details) in htb_print_opt()
270 if (show_details) { in htb_print_opt()
296 if (show_details) in htb_print_opt()
Dq_cbq.c489 if (show_details) { in cbq_print_opt()
516 if (show_details) { in cbq_print_opt()
527 if (lss && show_details) { in cbq_print_opt()
545 if (fopt && show_details) { in cbq_print_opt()
Dtc.c34 int show_details = 0; variable
309 ++show_details; in main()
Dq_tbf.c240 if (show_details) { in tbf_print_opt()
252 if (show_details) { in tbf_print_opt()
Dq_sfq.c93 if (show_details) { in sfq_print_opt()
Dq_red.c172 if (show_details) { in red_print_opt()
Dq_gred.c297 if (show_details) in gred_print_opt()
Dtc_qdisc.c258 if (show_details && tb[TCA_STAB]) { in print_qdisc()
/external/oprofile/libpp/
Dformat_output.h187 void show_details(bool);
259 void show_details(bool);
Dformat_output.cpp444 void opreport_formatter::show_details(bool on_off) in show_details() function in format_output::opreport_formatter
621 show_details(bool on_off) in show_details() function in format_output::xml_formatter
/external/chromium/chrome/browser/ui/webui/
Dplugins_ui.cc296 FundamentalValue show_details(show_details_.GetValue()); in HandleGetShowDetails() local
297 web_ui_->CallJavascriptFunction("loadShowDetailsFromPrefs", show_details); in HandleGetShowDetails()
/external/oprofile/pp/
Dopreport.cpp383 xml_out->show_details(options::details); in output_symbols()
389 text_out->show_details(options::details); in output_symbols()
464 xml_out->show_details(options::details); in output_cg_symbols()
/external/iproute2/include/
Dutils.h14 extern int show_details;
/external/iproute2/misc/
Dss.c43 int show_details = 0; variable
1270 if (show_details) { in tcp_show_line()
1449 if (show_details) { in tcp_show_sock()
1819 if (show_details) { in dgram_show_line()
2136 if (show_details) { in packet_show()
2220 if (show_details) { in netlink_show()
2526 show_details++; in main()
/external/linux-tools-perf/
Dbuiltin-top.c238 static void show_details(struct sym_entry *syme) in show_details() function
304 show_details(top.sym_filter_entry); in print_sym_table()