xref: /qemu/accel/kvm/trace-events (revision 006ca09f)
1# Trace events for debugging and performance instrumentation
2
3# kvm-all.c
4kvm_ioctl(int type, void *arg) "type 0x%x, arg %p"
5kvm_vm_ioctl(int type, void *arg) "type 0x%x, arg %p"
6kvm_vcpu_ioctl(int cpu_index, int type, void *arg) "cpu_index %d, type 0x%x, arg %p"
7kvm_run_exit(int cpu_index, uint32_t reason) "cpu_index %d, reason %d"
8kvm_device_ioctl(int fd, int type, void *arg) "dev fd %d, type 0x%x, arg %p"
9kvm_failed_reg_get(uint64_t id, const char *msg) "Warning: Unable to retrieve ONEREG %" PRIu64 " from KVM: %s"
10kvm_failed_reg_set(uint64_t id, const char *msg) "Warning: Unable to set ONEREG %" PRIu64 " to KVM: %s"
11kvm_irqchip_commit_routes(void) ""
12kvm_irqchip_add_msi_route(char *name, int vector, int virq) "dev %s vector %d virq %d"
13kvm_irqchip_update_msi_route(int virq) "Updating MSI route virq=%d"
14kvm_irqchip_release_virq(int virq) "virq %d"
15
16