Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Dkvm-stat.c81 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s", in mmio_event_decode_key()
125 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in ioport_event_decode_key()
169 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in msr_event_decode_key()
/linux/tools/perf/util/
H A Dkvm-stat.h17 #define KVM_EVENT_NAME_LEN 40 macro
31 char name[KVM_EVENT_NAME_LEN];
/linux/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c82 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", hcall_reason); in hcall_event_decode_key()
/linux/tools/perf/
H A Dbuiltin-kvm.c903 char decode[KVM_EVENT_NAME_LEN]; in handle_end_event()
1052 char decode[KVM_EVENT_NAME_LEN]; in print_result()
1064 pr_info("%*s ", KVM_EVENT_NAME_LEN, kvm->events_ops->name); in print_result()
1089 pr_info("%*s ", KVM_EVENT_NAME_LEN, decode); in print_result()