Re: [PATCH v11 01/14] accel/tcg: introduce TBStatistics structure

2023-05-08 Thread Wu, Fei
On 5/3/2023 4:12 PM, Richard Henderson wrote: > On 4/21/23 14:24, Fei Wu wrote: >> From: "Vanderson M. do Rosario" >> >> To store statistics for each TB, we created a TBStatistics structure >> which is linked with the TBs. TBStatistics can stay alive after >> tb_flush and be relinked to a regenera

Re: [PATCH v11 01/14] accel/tcg: introduce TBStatistics structure

2023-05-03 Thread Richard Henderson
On 4/21/23 14:24, Fei Wu wrote: From: "Vanderson M. do Rosario" To store statistics for each TB, we created a TBStatistics structure which is linked with the TBs. TBStatistics can stay alive after tb_flush and be relinked to a regenerated TB. So the statistics can be accumulated even through fl

[PATCH v11 01/14] accel/tcg: introduce TBStatistics structure

2023-04-21 Thread Fei Wu
From: "Vanderson M. do Rosario" To store statistics for each TB, we created a TBStatistics structure which is linked with the TBs. TBStatistics can stay alive after tb_flush and be relinked to a regenerated TB. So the statistics can be accumulated even through flushes. The goal is to have all pr