brintos

brintos / linux-shallow public Read only

0
0
Text · 205 B · 448cbb6 Raw
13 lines · c
1#ifndef INSN_H2#define INSN_H 13 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#endif13