Searched refs:decode_key (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 16 .decode_key = exit_event_decode_key, 87 .decode_key = mmio_event_decode_key, 131 .decode_key = ioport_event_decode_key, 175 .decode_key = msr_event_decode_key,
|
/linux-6.12.1/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 88 .decode_key = hcall_event_decode_key, 95 .decode_key = exit_event_decode_key,
|
/linux-6.12.1/tools/perf/arch/riscv/util/ |
D | kvm-stat.c | 58 .decode_key = exit_event_decode_key,
|
/linux-6.12.1/tools/perf/arch/arm64/util/ |
D | kvm-stat.c | 64 .decode_key = exit_event_decode_key,
|
/linux-6.12.1/tools/perf/arch/s390/util/ |
D | kvm-stat.c | 77 .decode_key = exit_event_decode_key,
|
/linux-6.12.1/tools/perf/arch/loongarch/util/ |
D | kvm-stat.c | 121 .decode_key = exit_event_decode_key,
|
/linux-6.12.1/tools/perf/util/ |
D | kvm-stat.h | 70 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, member
|
/linux-6.12.1/tools/perf/ |
D | builtin-kvm.c | 797 kvm->events_ops->decode_key(kvm, key, ki->name); in find_create_kvm_event() 966 kvm->events_ops->decode_key(kvm, &event->key, decode); in handle_end_event() 1149 kvm->events_ops->decode_key(kvm, &event->key, decode); in print_result()
|