Searched refs:DECODE_STR_LEN (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 68 scnprintf(decode, DECODE_STR_LEN, "%#lx:%s", in mmio_event_decode_key() 112 scnprintf(decode, DECODE_STR_LEN, "%#llx:%s", in ioport_event_decode_key()
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | kvm_perf.h | 17 #define DECODE_STR_LEN 40 macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | kvm_perf.h | 8 #define DECODE_STR_LEN 20 macro
|
/linux-4.4.14/tools/perf/ |
D | builtin-kvm.c | 94 scnprintf(decode, DECODE_STR_LEN, "%s", exit_reason); in exit_event_decode_key() 360 char decode[DECODE_STR_LEN]; in handle_end_event() 577 char decode[DECODE_STR_LEN]; in print_result() 588 pr_info("%*s ", DECODE_STR_LEN, kvm->events_ops->name); in print_result() 607 pr_info("%*s ", DECODE_STR_LEN, decode); in print_result()
|