repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
jit.h
blob
3f42ee4d2a0b8bd3ee0924c28ab2ce1cd17637ea
1
#ifndef __JIT_H__
2
#define __JIT_H__
3
4
#include <data.h>
5
6
int
jit_process
(
struct
perf_session
*
session
,
struct
perf_data_file
*
output
,
7
struct
machine
*
machine
,
char
*
filename
,
pid_t pid
,
u64
*
nbytes
);
8
9
int
jit_inject_record
(
const char
*
filename
);
10
11
#endif
/* __JIT_H__ */