Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c446 int do_callchain, do_descendants, do_logproccsw, do_logprocexit; in main() local
470 do_descendants = 0; in main()
563 do_descendants = !do_descendants; in main()
696 if (do_descendants) in main()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c5142 bool is_using_hwpmcs, do_descendants; in pmc_process_fork() local
5178 do_descendants = false; in pmc_process_fork()
5182 do_descendants = true; in pmc_process_fork()
5186 if (!do_descendants) /* nothing to do */ in pmc_process_fork()