diff options
author | Emilio G. Cota <cota@braap.org> | 2018-08-16 22:41:01 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-08-23 18:46:25 +0200 |
commit | d557de4a0e290c9946f37ff1fba7204844cccc64 (patch) | |
tree | 998b6461089c65f4a922f2c3087d8d0b871663cb /include/qemu/qsp.h | |
parent | 996e8d9a45f74fd59a8aa5fa78102e1d8981a945 (diff) | |
download | qemu-d557de4a0e290c9946f37ff1fba7204844cccc64.zip qemu-d557de4a0e290c9946f37ff1fba7204844cccc64.tar.gz qemu-d557de4a0e290c9946f37ff1fba7204844cccc64.tar.bz2 |
qsp: support call site coalescing
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu/qsp.h')
-rw-r--r-- | include/qemu/qsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/qsp.h b/include/qemu/qsp.h index f8c6c96..a94c464 100644 --- a/include/qemu/qsp.h +++ b/include/qemu/qsp.h @@ -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); |