Home
last modified time | relevance | path

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

/tools/perf/util/
Djitdump.h91 struct debug_entry { struct
103 struct debug_entry entries[0]; argument
124 static inline struct debug_entry *
125 debug_entry_next(struct debug_entry *ent) in debug_entry_next()
133 debug_entry_file(struct debug_entry *ent) in debug_entry_file()
Dgenelf_debug.c295 static ubyte get_special_opcode(struct debug_entry *ent, in get_special_opcode()
330 struct debug_entry *ent, size_t nr_entry, in emit_lineno_info()
400 struct debug_entry *ent, size_t nr_entry, in add_debug_line()
470 struct debug_entry *ent = debug; in jit_process_debug_info()
/tools/perf/Documentation/
Djitdump-specification.txt124 * debug_entry[n]: array of nr_entry debug entries for the function
126 The debug_entry describes the source line information. It is defined as follows in order:
132 The debug_entry entries are saved in sequence but given that they have variable sizes due to the fi…
133 They need to be walked sequentially. The next debug_entry is found at sizeof(debug_entry) + strlen(…
/tools/perf/jvmti/
Djvmti_agent.c451 size += nr_lines * sizeof(struct debug_entry); in jvmti_write_debug_info()