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
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