]> www.infradead.org Git - users/dwmw2/qemu.git/commit
migration/multifd: Remove total pages tracing
authorFabiano Rosas <farosas@suse.de>
Tue, 27 Aug 2024 17:45:56 +0000 (14:45 -0300)
committerFabiano Rosas <farosas@suse.de>
Tue, 3 Sep 2024 19:24:35 +0000 (16:24 -0300)
commit96d396bf50adf996d91421f0d9cac344e3abacd3
tree4068089d15c7c5863ffab350d05b4b78a0dcb43e
parent5aff71767c7c695fce2975a6bc020b23d173cdcd
migration/multifd: Remove total pages tracing

The total_normal_pages and total_zero_pages elements are used only for
the end tracepoints of the multifd threads. These are not super useful
since they record per-channel numbers and are just the sum of all the
pages that are transmitted per-packet, for which we already have
tracepoints. Remove the totals from the tracing.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
migration/multifd.c
migration/multifd.h
migration/trace-events