Searched refs:KVM_EVENT_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | kvm-stat.c | 79 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s", in mmio_event_decode_key() 123 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in ioport_event_decode_key() 167 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in msr_event_decode_key()
|
/openbmc/linux/tools/perf/util/ |
H A D | kvm-stat.h | 16 #define KVM_EVENT_NAME_LEN 40 macro 30 char name[KVM_EVENT_NAME_LEN];
|
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A D | kvm-stat.c | 82 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", hcall_reason); in hcall_event_decode_key()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 676 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", exit_reason); in exit_event_decode_key() 964 char decode[KVM_EVENT_NAME_LEN]; in handle_end_event() 1113 char decode[KVM_EVENT_NAME_LEN]; in print_result() 1125 pr_info("%*s ", KVM_EVENT_NAME_LEN, kvm->events_ops->name); in print_result() 1150 pr_info("%*s ", KVM_EVENT_NAME_LEN, decode); in print_result()
|