Home
last modified time | relevance | path

Searched refs:g_hotfuncs (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h344 static std::unordered_map< pid_t, std::unordered_map< const char *, funcinfo_t > > g_hotfuncs; variable
413 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_()