Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp233 static FILE *perf_map_file = NULL; in lp_profile() local
245 perf_map_file = fopen(filename, "wt"); in lp_profile()
251 if (perf_map_file) { in lp_profile()
257 fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol); in lp_profile()
258 fflush(perf_map_file); in lp_profile()