Searched refs:DECODE_STR_LEN (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | kvm_perf.h | 8 #define DECODE_STR_LEN 20 macro
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | kvm_perf.h | 17 #define DECODE_STR_LEN 40 macro
|
/linux-4.1.27/tools/perf/arch/x86/util/ |
H A D | kvm-stat.c | 68 scnprintf(decode, DECODE_STR_LEN, "%#lx:%s", mmio_event_decode_key() 112 scnprintf(decode, DECODE_STR_LEN, "%#llx:%s", ioport_event_decode_key()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-kvm.c | 95 scnprintf(decode, DECODE_STR_LEN, "%s", exit_reason); exit_event_decode_key() 361 char decode[DECODE_STR_LEN]; handle_end_event() 578 char decode[DECODE_STR_LEN]; print_result() 589 pr_info("%*s ", DECODE_STR_LEN, kvm->events_ops->name); print_result() 608 pr_info("%*s ", DECODE_STR_LEN, decode); print_result()
|
Completed in 92 milliseconds