Searched refs:uf_profiling (Results 1 – 7 of 7) sorted by relevance
554 fp->uf_profiling = TRUE; in func_do_profile()581 if (!fp->uf_profiling && has_profiling(FALSE, fp->uf_name, NULL)) in profile_may_start_func()586 if (fp->uf_profiling || (caller != NULL && caller->uf_profiling)) in profile_may_start_func()606 if (caller != NULL && caller->uf_profiling) in profile_may_end_func()613 fp->uf_profiling = FALSE; in profile_may_end_func()627 if (fc != NULL && fc->func->uf_profiling) in prof_child_enter()642 if (fc != NULL && fc->func->uf_profiling) in prof_child_exit()664 if (fp->uf_profiling && lnum >= 1 && lnum <= fp->uf_lines.ga_len) in func_line_start()686 if (fp->uf_profiling && fp->uf_tml_idx >= 0) in func_line_exec()699 if (fp->uf_profiling && fp->uf_tml_idx >= 0) in func_line_end()
522 : ((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
2500 if (do_profiling == PROF_YES && (fp->uf_profiling in call_user_func()2501 || (caller != NULL && caller->uf_profiling))) in call_user_func()2763 if (fp->uf_profiling || (caller != NULL && caller->uf_profiling)) in call_user_func()4293 fp->uf_profiling = FALSE; in define_function()
1837 : do_profiling == PROF_YES && (ufunc)->uf_profiling \
1655 int uf_profiling; // TRUE when func is being profiled member
674 if (dfunc->df_ufunc->uf_profiling in func_return()675 || (caller != NULL && caller->uf_profiling)) in func_return()
26777 Solution: Reset uf_profiling and add a flag to indicate initialization was