mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
qsp: support call site coalescing
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
996e8d9a45
commit
d557de4a0e
2 changed files with 89 additions and 15 deletions
|
@ -19,7 +19,7 @@ enum QSPSortBy {
|
|||
};
|
||||
|
||||
void qsp_report(FILE *f, fprintf_function cpu_fprintf, size_t max,
|
||||
enum QSPSortBy sort_by);
|
||||
enum QSPSortBy sort_by, bool callsite_coalesce);
|
||||
|
||||
bool qsp_is_enabled(void);
|
||||
void qsp_enable(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue