Searched refs:decode_key (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/kvm-stat-arch/ |
| H A D | kvm-stat-x86.c | 18 .decode_key = exit_event_decode_key, 84 .decode_key = mmio_event_decode_key, 128 .decode_key = ioport_event_decode_key, 172 .decode_key = msr_event_decode_key,
|
| H A D | kvm-stat-powerpc.c | 83 .decode_key = hcall_event_decode_key, 90 .decode_key = exit_event_decode_key,
|
| H A D | kvm-stat-riscv.c | 55 .decode_key = exit_event_decode_key,
|
| H A D | kvm-stat-arm64.c | 60 .decode_key = exit_event_decode_key,
|
| H A D | kvm-stat-loongarch.c | 119 .decode_key = exit_event_decode_key,
|
| H A D | kvm-stat-s390.c | 72 .decode_key = exit_event_decode_key,
|
| /linux/tools/perf/util/ |
| H A D | kvm-stat.h | 69 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, member
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 737 kvm->events_ops->decode_key(kvm, key, ki->name); in find_create_kvm_event() 907 kvm->events_ops->decode_key(kvm, &event->key, decode); in handle_end_event() 1092 kvm->events_ops->decode_key(kvm, &event->key, decode); in print_result()
|