xref: /openbmc/qemu/accel/kvm/trace-events (revision fe29141bee3e8603a39838897698d8349c3daef0)
192229a57SYang Zhong# Trace events for debugging and performance instrumentation
292229a57SYang Zhong
392229a57SYang Zhong# kvm-all.c
492229a57SYang Zhongkvm_ioctl(int type, void *arg) "type 0x%x, arg %p"
592229a57SYang Zhongkvm_vm_ioctl(int type, void *arg) "type 0x%x, arg %p"
692229a57SYang Zhongkvm_vcpu_ioctl(int cpu_index, int type, void *arg) "cpu_index %d, type 0x%x, arg %p"
792229a57SYang Zhongkvm_run_exit(int cpu_index, uint32_t reason) "cpu_index %d, reason %d"
892229a57SYang Zhongkvm_device_ioctl(int fd, int type, void *arg) "dev fd %d, type 0x%x, arg %p"
992229a57SYang Zhongkvm_failed_reg_get(uint64_t id, const char *msg) "Warning: Unable to retrieve ONEREG %" PRIu64 " from KVM: %s"
1092229a57SYang Zhongkvm_failed_reg_set(uint64_t id, const char *msg) "Warning: Unable to set ONEREG %" PRIu64 " to KVM: %s"
1192229a57SYang Zhongkvm_irqchip_commit_routes(void) ""
1292229a57SYang Zhongkvm_irqchip_add_msi_route(char *name, int vector, int virq) "dev %s vector %d virq %d"
1392229a57SYang Zhongkvm_irqchip_update_msi_route(int virq) "Updating MSI route virq=%d"
1492229a57SYang Zhongkvm_irqchip_release_virq(int virq) "virq %d"
15*fe29141bSAlexey Kardashevskiykvm_set_user_memory(uint32_t slot, uint32_t flags, uint64_t guest_phys_addr, uint64_t memory_size, uint64_t userspace_addr, int ret) "Slot#%d flags=0x%x gpa=0x%"PRIx64 " size=0x%"PRIx64 " ua=0x%"PRIx64 " ret=%d"
1692229a57SYang Zhong
17