Home
last modified time | relevance | path

Searched refs:decode_key (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Dkvm-stat.c16 .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/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c88 .decode_key = hcall_event_decode_key,
95 .decode_key = exit_event_decode_key,
/linux/tools/perf/arch/riscv/util/
H A Dkvm-stat.c58 .decode_key = exit_event_decode_key,
/linux/tools/perf/arch/arm64/util/
H A Dkvm-stat.c64 .decode_key = exit_event_decode_key,
/linux/tools/perf/arch/s390/util/
H A Dkvm-stat.c77 .decode_key = exit_event_decode_key,
/linux/tools/perf/arch/loongarch/util/
H A Dkvm-stat.c121 .decode_key = exit_event_decode_key,
/linux/tools/perf/util/
H A Dkvm-stat.h70 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, member