Stephane Eranian | 9b07e27 | 2015-11-30 10:02:21 +0100 | [diff] [blame^] | 1 | #ifndef __JIT_H__ |
2 | #define __JIT_H__ | ||||
3 | |||||
4 | #include <data.h> | ||||
5 | |||||
6 | extern int jit_process(struct perf_session *session, | ||||
7 | struct perf_data_file *output, | ||||
8 | struct machine *machine, | ||||
9 | char *filename, | ||||
10 | pid_t pid, | ||||
11 | u64 *nbytes); | ||||
12 | |||||
13 | extern int jit_inject_record(const char *filename); | ||||
14 | |||||
15 | #endif /* __JIT_H__ */ |