Symbol: define_exit_reasons_table
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
10
define_exit_reasons_table(arm64_trap_exit_reasons, kvm_arm_exception_class);
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
9
define_exit_reasons_table(arm64_exit_reasons, kvm_arm_exception_type);
tools/perf/util/kvm-stat-arch/kvm-stat-loongarch.c
45
define_exit_reasons_table(loongarch_exit_reasons, loongarch_exception_type);
tools/perf/util/kvm-stat-arch/kvm-stat-powerpc.c
16
define_exit_reasons_table(hv_exit_reasons, kvm_trace_symbol_exit);
tools/perf/util/kvm-stat-arch/kvm-stat-powerpc.c
17
define_exit_reasons_table(hcall_reasons, kvm_trace_symbol_hcall);
tools/perf/util/kvm-stat-arch/kvm-stat-riscv.c
15
define_exit_reasons_table(riscv_exit_reasons, kvm_riscv_trap_class);
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
15
define_exit_reasons_table(sie_exit_reasons, sie_intercept_code);
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
16
define_exit_reasons_table(sie_icpt_insn_codes, icpt_insn_codes);
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
17
define_exit_reasons_table(sie_sigp_order_codes, sigp_order_codes);
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
18
define_exit_reasons_table(sie_diagnose_codes, diagnose_codes);
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
19
define_exit_reasons_table(sie_icpt_prog_codes, icpt_prog_codes);
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
12
define_exit_reasons_table(vmx_exit_reasons, VMX_EXIT_REASONS);
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
13
define_exit_reasons_table(svm_exit_reasons, SVM_EXIT_REASONS);