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.cpp225 static FILE *perf_map_file = NULL; in lp_profile() local
237 perf_map_file = fopen(filename, "wt"); in lp_profile()
243 if (perf_map_file) { in lp_profile()
249 fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol); in lp_profile()
250 fflush(perf_map_file); in lp_profile()