Searched refs:g_hotfuncs (Results 1 – 1 of 1) sorted by relevance
344 static std::unordered_map< pid_t, std::unordered_map< const char *, funcinfo_t > > g_hotfuncs; variable413 if ( g_hotfuncs.empty() ) in flush_hot_func_calls()418 for ( auto &x : g_hotfuncs ) in flush_hot_func_calls()435 g_hotfuncs.clear(); in flush_hot_func_calls()443 auto &x = g_hotfuncs[ s_tid ]; in gpuvis_count_hot_func_calls_internal_()