should_fire       315 virt/kvm/arm/arch_timer.c 	bool should_fire = kvm_timer_should_fire(ctx);
should_fire       317 virt/kvm/arm/arch_timer.c 	trace_kvm_timer_emulate(ctx, should_fire);
should_fire       319 virt/kvm/arm/arch_timer.c 	if (should_fire != ctx->irq.level) {
should_fire       320 virt/kvm/arm/arch_timer.c 		kvm_timer_update_irq(ctx->vcpu, should_fire, ctx);
should_fire       353 virt/kvm/arm/trace.h 	TP_PROTO(struct arch_timer_context *ctx, bool should_fire),
should_fire       354 virt/kvm/arm/trace.h 	TP_ARGS(ctx, should_fire),
should_fire       358 virt/kvm/arm/trace.h 		__field(	bool,			should_fire	)
should_fire       363 virt/kvm/arm/trace.h 		__entry->should_fire		= should_fire;
should_fire       367 virt/kvm/arm/trace.h 		  __entry->timer_idx, __entry->should_fire)