Home
last modified time | relevance | path

Searched refs:__verbose (Results 1 – 2 of 2) sorted by relevance

/tools/perf/bench/
Depoll-ctl.c34 do { if (__verbose) printf(fmt, ## arg); } while (0)
38 static bool done, __verbose, randomize; variable
81 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
Depoll-wait.c89 do { if (__verbose) { printf(fmt, ## arg); fflush(stdout); } } while (0)
93 static bool wdone, done, __verbose, randomize, nonblocking; variable
133 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),