Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Djitdump.h92 struct debug_entry { struct
104 struct debug_entry entries[]; argument
125 static inline struct debug_entry *
126 debug_entry_next(struct debug_entry *ent) in debug_entry_next()
134 debug_entry_file(struct debug_entry *ent) in debug_entry_file()
A Dgenelf_debug.c293 static ubyte get_special_opcode(struct debug_entry *ent, in get_special_opcode()
328 struct debug_entry *ent, size_t nr_entry, in emit_lineno_info()
398 struct debug_entry *ent, size_t nr_entry, in add_debug_line()
468 struct debug_entry *ent = debug; in jit_process_debug_info()
/linux-6.3-rc2/tools/perf/Documentation/
A 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(…
/linux-6.3-rc2/tools/perf/jvmti/
A Djvmti_agent.c455 size += nr_lines * sizeof(struct debug_entry); in jvmti_write_debug_info()

Completed in 6 milliseconds