rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | #ifndef __JIT_H__ | ||||
3 | #define __JIT_H__ | ||||
4 | |||||
5 | #include <data.h> | ||||
6 | |||||
7 | int jit_process(struct perf_session *session, struct perf_data_file *output, | ||||
8 | struct machine *machine, char *filename, pid_t pid, u64 *nbytes); | ||||
9 | |||||
10 | int jit_inject_record(const char *filename); | ||||
11 | |||||
12 | #endif /* __JIT_H__ */ |