archinsn.h 205 B

123456789101112
  1. #ifndef INSN_H
  2. #define INSN_H 1
  3. struct perf_sample;
  4. struct machine;
  5. struct thread;
  6. void arch_fetch_insn(struct perf_sample *sample,
  7. struct thread *thread,
  8. struct machine *machine);
  9. #endif