Re: [PATCH v2 3/4] KVM: x86: add more information to kvm_exit tracepoint

From: Paolo Bonzini
Date: Tue Sep 26 2023 - 12:41:48 EST


On 9/24/23 14:44, Maxim Levitsky wrote:
+ __field( bool, guest_mode ) \
+ __field( u64, requests ) \
+ __field( bool, req_imm_exit ) \

I am not sure about adding guest_mode or req_imm_exit here, because they should always match kvm_entry.

Paolo