Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp231 static std::ofstream perf_asm_file; in lp_profile() local
247 perf_asm_file.open(filename); in lp_profile()
254 perf_asm_file << symbol << ":\n"; in lp_profile()
255 unsigned long size = disassemble(code, perf_asm_file); in lp_profile()
256 perf_asm_file.flush(); in lp_profile()