repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
perf
/
util
/
archinsn.h
blob
448cbb6b8d7ededb9989ced281c67339012ec1df
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