xref: /openbmc/qemu/target/loongarch/trace-events (revision d11681c9)
1f8447436STianrui Zhao# See docs/devel/tracing.rst for syntax documentation.
2f8447436STianrui Zhao
3f8447436STianrui Zhao#kvm.c
4f8447436STianrui Zhaokvm_failed_get_regs_core(const char *msg) "Failed to get core regs from KVM: %s"
5f8447436STianrui Zhaokvm_failed_put_regs_core(const char *msg) "Failed to put core regs into KVM: %s"
6f8447436STianrui Zhaokvm_failed_get_fpu(const char *msg) "Failed to get fpu from KVM: %s"
7f8447436STianrui Zhaokvm_failed_put_fpu(const char *msg) "Failed to put fpu into KVM: %s"
8f8447436STianrui Zhaokvm_failed_get_mpstate(const char *msg) "Failed to get mp_state from KVM: %s"
9f8447436STianrui Zhaokvm_failed_put_mpstate(const char *msg) "Failed to put mp_state into KVM: %s"
10*d11681c9STianrui Zhaokvm_failed_get_counter(const char *msg) "Failed to get counter from KVM: %s"
11*d11681c9STianrui Zhaokvm_failed_put_counter(const char *msg) "Failed to put counter into KVM: %s"
12f8447436STianrui Zhaokvm_failed_get_cpucfg(const char *msg) "Failed to get cpucfg from KVM: %s"
13f8447436STianrui Zhaokvm_failed_put_cpucfg(const char *msg) "Failed to put cpucfg into KVM: %s"
14