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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp233 static FILE *perf_map_file = NULL; local in function:lp_profile
245 perf_map_file = fopen(filename, "wt");
251 if (perf_map_file) {
257 fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol);
258 fflush(perf_map_file);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp225 static FILE *perf_map_file = NULL; local in function:lp_profile
237 perf_map_file = fopen(filename, "wt");
243 if (perf_map_file) {
249 fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol);
250 fflush(perf_map_file);

Completed in 2 milliseconds