Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/Documentation/
A Djitdump-specification.txt61 * Value 0 : JIT_CODE_LOAD : record describing a jitted function
69 V/ JIT_CODE_LOAD record
89 …d in case the code for a function is moved and avoids having to issue another JIT_CODE_LOAD record.
105 …* uint64_t code_index : index referring to the JIT_CODE_LOAD code_index record of when the funct…
110 …t come before the JIT_CODE_LOAD record for the same function name. The function cannot have change…
136 …The JIT_CODE_DEBUG for a given function must always be generated BEFORE the JIT_CODE_LOAD for the …
/linux-6.3-rc2/tools/perf/util/
A Djitdump.h49 JIT_CODE_LOAD = 0, enumerator
A Djitdump.c333 case JIT_CODE_LOAD: in jit_get_next_entry()
687 case JIT_CODE_LOAD: in jit_process_dump()
/linux-6.3-rc2/tools/perf/jvmti/
A Djvmti_agent.c379 rec.p.id = JIT_CODE_LOAD; in jvmti_write_code()
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_intel_pt.sh357 .p.id = JIT_CODE_LOAD,

Completed in 7 milliseconds