Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Djitdump.h72 uint64_t code_index; member
88 uint64_t code_index; member
Djitdump.c332 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
344 jr->move.code_index = bswap_64(jr->move.code_index); in jit_get_next_entry()
412 count = jr->load.code_index; in jit_repipe_code_load()
536 jr->move.code_index); in jit_repipe_code_move()
/Linux-v4.19/tools/perf/Documentation/
Djitdump-specification.txt78 * uint64_t code_index: unique identifier for the jitted code (see below)
89 The code_index is used to uniquely identify each jitted function. The index can be a monotonically …
105 …* uint64_t code_index : index referring to the JIT_CODE_LOAD code_index record of when the funct…
/Linux-v4.19/tools/perf/jvmti/
Djvmti_agent.c372 rec.code_index = code_generation++; in jvmti_write_code()