Back to home page

OSCL-LXR

 
 

    


0001 #ifndef INSN_H
0002 #define INSN_H 1
0003 
0004 struct perf_sample;
0005 struct machine;
0006 struct thread;
0007 
0008 void arch_fetch_insn(struct perf_sample *sample,
0009              struct thread *thread,
0010              struct machine *machine);
0011 
0012 #endif