Home
last modified time | relevance | path

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

/tools/perf/util/
Djitdump.h70 uint64_t vma; member
85 uint64_t vma; member
Dsrcline.c193 bfd_vma pc, vma; in find_address_in_section() local
211 vma = bfd_get_section_vma(abfd, section); in find_address_in_section()
213 vma = bfd_section_vma(section); in find_address_in_section()
221 if (pc < vma || pc >= vma + size) in find_address_in_section()
224 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma, in find_address_in_section()
Djitdump.c57 unsigned long vma; member
330 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
341 jr->move.vma = bswap_64(jr->move.vma); in jit_get_next_entry()
/tools/perf/jvmti/
Djvmti_agent.h23 uint64_t vma, void const *code,
Djvmti_agent.c360 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code() argument
384 rec.vma = vma; in jvmti_write_code()
385 rec.code_addr = vma; in jvmti_write_code()
/tools/perf/Documentation/
Djitdump-specification.txt75 * uint64_t vma: virtual address of jitted code start
76 * uint64_t code_addr: code start address for the jitted code. By default vma = code_addr
101 * uint64_t vma : new virtual address of jitted code start
103 …ate new code started address for the jitted code. By default it should be equal to the vma address.