Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Djitdump.h52 JIT_CODE_CLOSE = 3, enumerator
Djitdump.c338 case JIT_CODE_CLOSE: in jit_get_next_entry()
/linux-5.19.10/tools/perf/Documentation/
Djitdump-specification.txt64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional)
139 VIII/ JIT_CODE_CLOSE record
146 The JIT_CODE_CLOSE record does not have any specific fields, the record header contains all the inf…
/linux-5.19.10/tools/perf/jvmti/
Djvmti_agent.c341 rec.p.id = JIT_CODE_CLOSE; in jvmti_close()