Lines Matching refs:opt_prof
33 bool opt_prof = false; variable
2087 if (!opt_prof || !prof_booted) { in prof_mdump()
2518 if (!opt_prof || !prof_booted) { in prof_log_start()
2697 if (!opt_prof || !prof_booted) { in prof_log_stop()
2936 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2941 opt_prof = true; in prof_boot1()
2943 } else if (opt_prof) { in prof_boot1()
2955 if (opt_prof) { in prof_boot2()
3089 if (config_prof && opt_prof) { in prof_prefork0()
3106 if (config_prof && opt_prof) { in prof_prefork1()
3117 if (config_prof && opt_prof) { in prof_postfork_parent()
3140 if (config_prof && opt_prof) { in prof_postfork_child()