Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/bench/
Depoll-ctl.c33 do { if (__verbose) printf(fmt, ## arg); } while (0)
37 static bool done, __verbose, randomize; variable
80 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
Depoll-wait.c88 do { if (__verbose) { printf(fmt, ## arg); fflush(stdout); } } while (0)
92 static bool wdone, done, __verbose, randomize, nonblocking; variable
132 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),