Searched refs:should_fire (Results 1 – 2 of 2) sorted by relevance
353 TP_PROTO(struct arch_timer_context *ctx, bool should_fire),354 TP_ARGS(ctx, should_fire),358 __field( bool, should_fire )363 __entry->should_fire = should_fire;367 __entry->timer_idx, __entry->should_fire)
402 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate() local404 trace_kvm_timer_emulate(ctx, should_fire); in timer_emulate()406 if (should_fire != ctx->irq.level) { in timer_emulate()407 kvm_timer_update_irq(ctx->vcpu, should_fire, ctx); in timer_emulate()