Skip to content

Commit eb87d3d

Browse files
committed
try fix bap-tracing
1 parent fe13983 commit eb87d3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/plugins/bap-tracing/tracing.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ static void cb_trans(qemu_plugin_id_t id, struct qemu_plugin_tb *tb) {
339339
}
340340

341341
static void plugin_exit(qemu_plugin_id_t id, void *udata) {
342-
flush_all_frame_bufs();
342+
qemu_plugin_outs("Exiting plugin, flushing data...\n");
343+
// flush_all_frame_bufs();
343344

344345
g_rw_lock_writer_lock(&state.file_lock);
345346
g_rw_lock_reader_lock(&state.toc_entries_offsets_lock);

0 commit comments

Comments
 (0)