Home
last modified time | relevance | path

Searched refs:kvm_exit_trace (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dkvm-stat.c11 return evsel__name_is(evsel, kvm_exit_trace(e_machine)); in kvm_exit_event()
172 const char *kvm_exit_trace(uint16_t e_machine) in kvm_exit_trace() function
H A Dkvm-stat.h157 const char *kvm_exit_trace(uint16_t e_machine);
/linux/tools/perf/util/kvm-stat-arch/
H A Dkvm-stat-riscv.c45 if (evsel__name_is(evsel, kvm_exit_trace(EM_RISCV))) { in event_end()
H A Dkvm-stat-arm64.c50 if (evsel__name_is(evsel, kvm_exit_trace(EM_AARCH64))) { in event_end()