Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 62fb9874f5da54fdb243003b386128037319b219 authored by Linus Torvalds on 27 June 2021, 22:21:11 UTC
Linux 5.13
Tip revision: 62fb987
archinsn.h
#ifndef INSN_H
#define INSN_H 1

struct perf_sample;
struct machine;
struct thread;

void arch_fetch_insn(struct perf_sample *sample,
		     struct thread *thread,
		     struct machine *machine);

#endif
back to top