Searched refs:decode_key (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/arch/x86/util/ |
A D | kvm-stat.c | 16 .decode_key = exit_event_decode_key, 88 .decode_key = mmio_event_decode_key, 132 .decode_key = ioport_event_decode_key, 176 .decode_key = msr_event_decode_key,
|
/linux-6.3-rc2/tools/perf/arch/powerpc/util/ |
A D | kvm-stat.c | 89 .decode_key = hcall_event_decode_key, 96 .decode_key = exit_event_decode_key,
|
/linux-6.3-rc2/tools/perf/arch/arm64/util/ |
A D | kvm-stat.c | 65 .decode_key = exit_event_decode_key,
|
/linux-6.3-rc2/tools/perf/arch/s390/util/ |
A D | kvm-stat.c | 78 .decode_key = exit_event_decode_key,
|
/linux-6.3-rc2/tools/perf/util/ |
A D | kvm-stat.h | 63 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, member
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-kvm.c | 394 kvm->events_ops->decode_key(kvm, &event->key, decode); in handle_end_event() 638 kvm->events_ops->decode_key(kvm, &event->key, decode); in print_result()
|
Completed in 18 milliseconds