Searched refs:g_current_code_map (Results 1 – 1 of 1) sorted by relevance
53 static MapEntry g_current_code_map; variable63 g_current_code_map = *map; in find_current_map()105 if (g_current_code_map.start() != 0 && (ip >= g_current_code_map.start()) && in trace_function()106 ip < g_current_code_map.end()) { in trace_function()