blob: a1e99da0715a592f4e5c848149386ac82227c97c [file] [log] [blame]
Stephane Eranian9b07e272015-11-30 10:02:21 +01001#ifndef __JIT_H__
2#define __JIT_H__
3
4#include <data.h>
5
6extern 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
13extern int jit_inject_record(const char *filename);
14
15#endif /* __JIT_H__ */