Searched defs:show_details (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/genl/
H A Dgenl.c31 int show_details = 0; variable
119 ++show_details;
/external/iproute2/ip/
H A Dip.c28 int show_details = 0; variable
207 ++show_details;
/external/iproute2/tc/
H A Dtc.c34 int show_details = 0; variable
309 ++show_details;
/external/oprofile/libpp/
H A Dformat_output.cpp444 void opreport_formatter::show_details(bool on_off) function in class:format_output::opreport_formatter
621 show_details(bool on_off) function in class:format_output::xml_formatter
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c36 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
94 int show_details; member in struct:params
178 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1004 if (g->p.show_details >= 0)
1016 int details = g->p.show_details;
1218 if (g->p.show_details >= 3) {
1250 if (g->p.show_details < 0)
1310 if (g->p.show_quiet && !g->p.show_details)
[all...]
/external/iproute2/misc/
H A Dss.c45 int show_details = 0; variable
1279 if (show_details) {
1470 if (show_details) {
1855 if (show_details) {
2327 if (show_details) {
2411 if (show_details) {
2719 show_details++;

Completed in 562 milliseconds