Home
last modified time | relevance | path

Searched refs:debuginfo_query (Results 1 – 3 of 3) sorted by relevance

/qemu/include/tcg/
H A Ddebuginfo.h15 struct debuginfo_query { struct
54 void debuginfo_query(struct debuginfo_query *q, size_t n);
70 static inline void debuginfo_query(struct debuginfo_query *q, size_t n) in debuginfo_query() function
/qemu/tcg/
H A Dperf.c75 static const char *pretty_symbol(const struct debuginfo_query *q, size_t *len) in pretty_symbol()
103 const struct debuginfo_query *q) in write_perfmap_entry()
246 const struct debuginfo_query *q, in write_jr_code_debug_info()
290 const struct debuginfo_query *q) in write_jr_code_load()
315 struct debuginfo_query *q; in perf_report_code()
342 debuginfo_query(q, tb->icount); in perf_report_code()
H A Ddebuginfo.c49 void debuginfo_query(struct debuginfo_query *q, size_t n) in debuginfo_query() function