Lines Matching defs:perf
142 Linux perf integration
146 `Linux perf <https://perf.wiki.kernel.org/>`__:
150 perf record -g /my/application
151 perf report
153 When run inside Linux perf, llvmpipe will create a
154 ``/tmp/perf-XXXXX.map`` file with symbol address table. It also dumps
155 assembly code to ``/tmp/perf-XXXXX.map.asm``, which can be used by the
156 ``bin/perf-annotate-jit.py`` script to produce disassembly of the
160 `Gprof2Dot <https://github.com/jrfonseca/gprof2dot#linux-perf>`__.