Searched defs:event_id (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/riscv/ |
H A D | riscv-iommu-hpm.c | 88 unsigned event_id) in riscv_iommu_hpm_incr_ctr() 293 static inline bool check_valid_event_id(unsigned event_id) in check_valid_event_id() 315 unsigned event_id = get_field(value, RISCV_IOMMU_IOHPMEVT_EVENT_ID); in update_event_map() local
|
/qemu/scripts/ |
H A D | simpletrace.py | 193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): argument 264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): argument 343 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id): argument
|