Searched refs:code_addr (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | genelf_debug.c | 331 unsigned long code_addr) in emit_lineno_info() argument 347 unsigned long last_vma = code_addr; in emit_lineno_info() 352 emit_lne_set_address(be, (void *)code_addr); in emit_lineno_info() 401 unsigned long code_addr) in add_debug_line() argument 423 emit_lineno_info(be, ent, nr_entry, code_addr); in add_debug_line() 464 jit_process_debug_info(uint64_t code_addr, in jit_process_debug_info() argument 474 ent->addr = ent->addr - code_addr; in jit_process_debug_info() 486 jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries) in jit_add_debug_info() argument 498 ret = jit_process_debug_info(code_addr, debug, nr_debug_entries, &dl, &da, &di); in jit_add_debug_info()
|
D | genelf.h | 6 int jit_write_elf(int fd, uint64_t code_addr, const char *sym, 11 int jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries);
|
D | jitdump.h | 70 uint64_t code_addr; member 101 uint64_t code_addr; member
|
D | jitdump.c | 75 uint64_t code_addr, in jit_emit_elf() argument 95 ret = jit_write_elf(fd, code_addr, sym, (const void *)code, csize, debug, nr_debug_entries, in jit_emit_elf() 307 jr->info.code_addr = bswap_64(jr->info.code_addr); in jit_get_next_entry() 330 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry() 409 addr = jr->load.code_addr; in jit_repipe_code_load()
|
/tools/perf/jvmti/ |
D | libjvmti.c | 132 void const *code_addr, in compiled_method_load_cb() argument 144 uint64_t addr = (uint64_t)(uintptr_t)code_addr; in compiled_method_load_cb() 217 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb() 231 void const *code_addr, in code_generated_cb() argument 234 uint64_t addr = (uint64_t)(unsigned long)code_addr; in code_generated_cb() 237 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb()
|
D | jvmti_agent.c | 383 rec.code_addr = vma; in jvmti_write_code() 441 rec.code_addr = (uint64_t)(uintptr_t)code; in jvmti_write_debug_info()
|
/tools/perf/Documentation/ |
D | jitdump-specification.txt | 76 * uint64_t code_addr: code start address for the jitted code. By default vma = code_addr 122 * uint64_t code_addr: address of function for which the debug information is generated 127 * uint64_t code_addr: address of function for which the debug information is generated
|