Searched refs:jitdump (Results 1 – 7 of 7) sorted by relevance
113 static FILE *jitdump; variable203 if (jitdump == NULL) { in perf_enable_jitdump()220 fclose(jitdump); in perf_enable_jitdump()221 jitdump = NULL; in perf_enable_jitdump()285 fwrite("", 1, 1, jitdump); in write_jr_code_debug_info()354 if (jitdump) { in perf_report_code()355 flockfile(jitdump); in perf_report_code()359 funlockfile(jitdump); in perf_report_code()378 if (jitdump) { in perf_exit()379 fclose(jitdump); in perf_exit()[all …]
17 This document describes the jitdump file format. The file is generated by Just-In-time compiler run…36 Each jitdump file starts with a fixed size header containing the following fields in order:49 …* bit 0: JITDUMP_FLAGS_ARCH_TIMESTAMP : set if the jitdump file is using an architecture-specific …136 …EFORE the JIT_CODE_LOAD for the function. This facilitates greatly the parser for the jitdump file.
76 Process jitdump files by injecting the mmap records corresponding to jitted
199 limitation you can use the ``-perfmap`` or the ``-jitdump`` option to generate201 ``-jitdump`` additionally saves JITed code and guest debug information (if210 perf record -k 1 $QEMU -jitdump $REMAINING_ARGS
339 /* Create an MMAP event for the jitdump file. That is how perf tool finds it. */393 /* Record it in the jitdump file */
223 perf-$(CONFIG_LIBELF) += jitdump.o
5275 DEF("jitdump", 0, QEMU_OPTION_jitdump,5276 "-jitdump generate a jit-${pid}.dump file for perf\n",5279 ``-jitdump``