blob: 448cbb6b8d7ededb9989ced281c67339012ec1df [file] [log] [blame]
Andi Kleen3ab481a2019-03-05 06:47:45 -08001#ifndef INSN_H
2#define INSN_H 1
3
4struct perf_sample;
5struct machine;
6struct thread;
7
8void arch_fetch_insn(struct perf_sample *sample,
9 struct thread *thread,
10 struct machine *machine);
11
12#endif