Searched refs:fevent (Results 1 – 3 of 3) sorted by relevance
369 struct kvm_fw_event *fevent; in kvm_riscv_vcpu_pmu_incr_fw() local374 fevent = &kvpmu->fw_event[fid]; in kvm_riscv_vcpu_pmu_incr_fw()375 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw()376 fevent->value++; in kvm_riscv_vcpu_pmu_incr_fw()
2311 self.fevent = False2347 self.fevent = True2403 if not self.fevent:2416 if not self.fevent:3327 if(not t.fcall and not t.freturn and not t.fevent):3345 if(t.fevent):3479 if(not t.fcall and not t.freturn and not t.fevent):3538 if(t.fevent):
419 if t.fevent or t.fkprobe: