| 1 | # See docs/devel/tracing.rst for syntax documentation. |
| 2 | |
| 3 | #kvm.c |
| 4 | kvm_failed_get_regs_core(const char *msg) "Failed to get core regs from KVM: %s" |
| 5 | kvm_failed_put_regs_core(const char *msg) "Failed to put core regs into KVM: %s" |
| 6 | kvm_failed_get_fpu(const char *msg) "Failed to get fpu from KVM: %s" |
| 7 | kvm_failed_put_fpu(const char *msg) "Failed to put fpu into KVM: %s" |
| 8 | kvm_failed_get_mpstate(const char *msg) "Failed to get mp_state from KVM: %s" |
| 9 | kvm_failed_put_mpstate(const char *msg) "Failed to put mp_state into KVM: %s" |
| 10 | kvm_failed_get_counter(const char *msg) "Failed to get counter from KVM: %s" |
| 11 | kvm_failed_put_counter(const char *msg) "Failed to put counter into KVM: %s" |
| 12 | kvm_arch_handle_exit(int num) "kvm arch handle exit, the reason number: %d" |
| 13 | kvm_set_intr(int irq, int level) "kvm set interrupt, irq num: %d, level: %d" |