Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Djitdump.h73 uint64_t code_index; member
89 uint64_t code_index; member
A Djitdump.c340 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
352 jr->move.code_index = bswap_64(jr->move.code_index); in jit_get_next_entry()
449 count = jr->load.code_index; in jit_repipe_code_load()
572 jr->move.code_index); in jit_repipe_code_move()
/linux-6.3-rc2/tools/perf/Documentation/
A 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-6.3-rc2/tools/perf/jvmti/
A Djvmti_agent.c401 rec.code_index = code_generation++; in jvmti_write_code()
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_intel_pt.sh365 .code_index = ++*idx,

Completed in 7 milliseconds