Lines Matching refs:backtrace_method
1058 backtrace_method=""
1060 backtrace_method="N/A"
1086 if test "x$backtrace_method" = "x" -a "x$enable_prof_libunwind" = "x1" ; then
1095 backtrace_method="libunwind"
1111 if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \
1118 backtrace_method="libgcc"
1136 if test "x$backtrace_method" = "x" -a "x$enable_prof_gcc" = "x1" \
1139 backtrace_method="gcc intrinsics"
1145 if test "x$backtrace_method" = "x" ; then
1146 backtrace_method="none (disabling profiling)"
1150 AC_MSG_RESULT([$backtrace_method])