Re: [PATCH v4 09/16] migration/multifd: Remove total pages tracing

2024-08-26 Thread Peter Xu
On Fri, Aug 23, 2024 at 02:39:04PM -0300, Fabiano Rosas wrote: > 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 t

[PATCH v4 09/16] migration/multifd: Remove total pages tracing

2024-08-23 Thread Fabiano Rosas
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 th