Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp223 static std::ofstream perf_asm_file; in lp_profile() local
239 perf_asm_file.open(filename); in lp_profile()
246 perf_asm_file << symbol << ":\n"; in lp_profile()
247 unsigned long size = disassemble(code, perf_asm_file); in lp_profile()
248 perf_asm_file.flush(); in lp_profile()