xref: /kernel/linux/linux-5.10/tools/perf/util/archinsn.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/perf/util/
18c2ecf20Sopenharmony_ci#ifndef INSN_H
28c2ecf20Sopenharmony_ci#define INSN_H 1
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_cistruct perf_sample;
58c2ecf20Sopenharmony_cistruct machine;
68c2ecf20Sopenharmony_cistruct thread;
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_civoid arch_fetch_insn(struct perf_sample *sample,
98c2ecf20Sopenharmony_ci		     struct thread *thread,
108c2ecf20Sopenharmony_ci		     struct machine *machine);
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif
13

Indexes created Thu Nov 07 10:32:03 CST 2024