need_flush_tlb   1461 arch/x86/kvm/trace.h 	TP_PROTO(unsigned int vcpu_id, bool need_flush_tlb),
need_flush_tlb   1462 arch/x86/kvm/trace.h 	TP_ARGS(vcpu_id, need_flush_tlb),
need_flush_tlb   1466 arch/x86/kvm/trace.h 		__field(	bool,	need_flush_tlb		)
need_flush_tlb   1471 arch/x86/kvm/trace.h 		__entry->need_flush_tlb = need_flush_tlb;
need_flush_tlb   1475 arch/x86/kvm/trace.h 		__entry->need_flush_tlb ? "true" : "false")