On 09/06/21 20:03, Krish Sadhukhan wrote:
Currently, the 'nested_run' statistic counts all guest-entry attempts, including those that fail during vmentry checks on Intel and during consistency checks on AMD. Convert this statistic to count only those guest-entries that make it past these state checks and make it to guest code. This will tell us the number of guest-entries that actually executed or tried to execute guest code. Also, rename this statistic to 'nested_runs' since it is a count.
Applied, but other statistics are also singular (l1d_flush, directed_yield_attempted) so I removed the renaming.
Paolo