Home
last modified time | relevance | path

Searched refs:fevent (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c369 struct kvm_fw_event *fevent; in kvm_riscv_vcpu_pmu_incr_fw() local
374 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()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py2311 self.fevent = False
2347 self.fevent = True
2403 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):
H A Dbootgraph.py419 if t.fevent or t.fkprobe: