diff options
| author | Markus Armbruster | 2020-08-06 16:13:33 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2020-09-09 18:17:02 +0200 |
| commit | 6ec9379870d409311c7faf5b5316d2e2a8da353f (patch) | |
| tree | 238209f6520bcaf5c59d2b52e9d342d350b17a74 /migration | |
| parent | scripts/cleanup-trace-events: Emit files in alphabetical order (diff) | |
| download | qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.gz qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.xz qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.zip | |
trace-events: Delete unused trace points
Tracked down with the help of scripts/cleanup-trace-events.pl.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20200806141334.3646302-4-armbru@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'migration')
| -rw-r--r-- | migration/trace-events | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/trace-events b/migration/trace-events index 4ab0a503d2..6f94106bfa 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -100,7 +100,6 @@ multifd_recv_sync_main_wait(uint8_t id) "channel %d" multifd_recv_terminate_threads(bool error) "error %d" multifd_recv_thread_end(uint8_t id, uint64_t packets, uint64_t pages) "channel %d packets %" PRIu64 " pages %" PRIu64 multifd_recv_thread_start(uint8_t id) "%d" -multifd_save_setup_wait(uint8_t id) "%d" multifd_send(uint8_t id, uint64_t packet_num, uint32_t used, uint32_t flags, uint32_t next_packet_size) "channel %d packet_num %" PRIu64 " pages %d flags 0x%x next packet size %d" multifd_send_error(uint8_t id) "channel %d" multifd_send_sync_main(long packet_num) "packet num %ld" |
