blob: c2582fa9fe21bcca2125b62289c1f0d40e02d991 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Stephane Eranian9b07e272015-11-30 10:02:21 +01002#ifndef __JIT_H__
3#define __JIT_H__
4
5#include <data.h>
6
Arnaldo Carvalho de Melo3938bad2016-03-23 15:06:35 -03007int jit_process(struct perf_session *session, struct perf_data_file *output,
8 struct machine *machine, char *filename, pid_t pid, u64 *nbytes);
Stephane Eranian9b07e272015-11-30 10:02:21 +01009
Arnaldo Carvalho de Melo3938bad2016-03-23 15:06:35 -030010int jit_inject_record(const char *filename);
Stephane Eranian9b07e272015-11-30 10:02:21 +010011
12#endif /* __JIT_H__ */