Searched refs:KVM_EVENT_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/arch/x86/util/ |
| H A D | kvm-stat.c | 81 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 D | kvm-stat.h | 17 #define KVM_EVENT_NAME_LEN 40 macro 31 char name[KVM_EVENT_NAME_LEN];
|
| /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()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 903 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()
|