Home | History | Annotate | Download | only in perf

Lines Matching refs:exit_code

80 	unsigned long exit_code;
166 static const char *get_exit_reason(struct perf_kvm_stat *kvm, u64 exit_code)
172 if (tbl->exit_code == exit_code)
178 (unsigned long long)exit_code, kvm->exit_reasons_isa);