xref: /linux/tools/perf/util/jit.h (revision 3b812ecce736432e6b55e77028ea387eb1517d24)
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__ */
16