]> Git Repo - linux.git/blob - tools/perf/util/archinsn.h
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / tools / perf / util / archinsn.h
1 #ifndef INSN_H
2 #define INSN_H 1
3
4 struct perf_sample;
5 struct machine;
6 struct thread;
7
8 void arch_fetch_insn(struct perf_sample *sample,
9                      struct thread *thread,
10                      struct machine *machine);
11
12 #endif
This page took 0.033232 seconds and 4 git commands to generate.