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

/linux-master/tools/perf/arch/x86/util/
H A Dkvm-stat.c79 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s",
123 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s",
167 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s",
/linux-master/tools/perf/util/
H A Dkvm-stat.h16 #define KVM_EVENT_NAME_LEN 40 macro
30 char name[KVM_EVENT_NAME_LEN];
/linux-master/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c82 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", hcall_reason);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c676 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", exit_reason);
964 char decode[KVM_EVENT_NAME_LEN];
1113 char decode[KVM_EVENT_NAME_LEN];
1125 pr_info("%*s ", KVM_EVENT_NAME_LEN, kvm->events_ops->name);
1150 pr_info("%*s ", KVM_EVENT_NAME_LEN, decode);

Completed in 224 milliseconds