WIP FPC-III support
[linux/fpc-iii.git] / tools / perf / util / archinsn.h
blob448cbb6b8d7ededb9989ced281c67339012ec1df
1 #ifndef INSN_H
2 #define INSN_H 1
4 struct perf_sample;
5 struct machine;
6 struct thread;
8 void arch_fetch_insn(struct perf_sample *sample,
9 struct thread *thread,
10 struct machine *machine);
12 #endif