migration/multifd: Move trace_multifd_send|recv()
commit8a9ef1738037e1d1132f9e1bd3e2f1102bde719f
authorPeter Xu <peterx@redhat.com>
Fri, 2 Feb 2024 10:28:45 +0000 (2 18:28 +0800)
committerPeter Xu <peterx@redhat.com>
Mon, 5 Feb 2024 06:42:10 +0000 (5 14:42 +0800)
tree555112a7e2ff9f3aa6e7a0821a5e2576c8011d1d
parentdb7e1cc5103137743394a939045a17fa2b30a0dc
migration/multifd: Move trace_multifd_send|recv()

Move them into fill/unfill of packets.  With that, we can further cleanup
the send/recv thread procedure, and remove one more temp var.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240202102857.110210-12-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/multifd.c