Home
last modified time | relevance | path

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

/external/oprofile/libopt++/
Dpopt_options.cpp70 static int showvers; variable
73 { "version", 'v', POPT_ARG_NONE, &showvers, 0, "show version", NULL, },
95 if (showvers) in do_parse_options()
/external/oprofile/daemon/
Doprofiled.c78 static int showvers; variable
99 { "version", 'v', POPT_ARG_NONE, &showvers, 0, "show version", NULL, },
405 if (showvers) in opd_options()