Searched refs:do_profile (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/tprof/
H A Dtprof.c388 tprof_monitor_common(bool do_profile, int argc, char **argv) argument
401 while ((ch = getopt(argc, argv, do_profile ? "o:e:" : "e:i:")) != -1) {
415 (do_profile ? TPROF_PARSE_EVENT_F_ALLOWSCALE : 0),
448 if (do_profile) {
457 if (do_profile)
482 if (do_profile)
488 if (do_profile)
515 if (!do_profile) {
522 if (do_profile) {

Completed in 144 milliseconds