Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Djitdump.h73 uint64_t code_index; member
89 uint64_t code_index; member
H A Djitdump.c342 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
354 jr->move.code_index = bswap_64(jr->move.code_index); in jit_get_next_entry()
451 count = jr->load.code_index; in jit_repipe_code_load()
576 jr->move.code_index); in jit_repipe_code_move()
/openbmc/qemu/tcg/
H A Dperf.c150 uint64_t code_index; member
292 static uint64_t code_index; in write_jr_code_load() local
306 rec.code_index = code_index++; in write_jr_code_load()
/openbmc/linux/tools/perf/Documentation/
H 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…
/openbmc/linux/tools/perf/jvmti/
H A Djvmti_agent.c401 rec.code_index = code_generation++; in jvmti_write_code()
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh365 .code_index = ++*idx,