Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __JIT_H__
0003 #define __JIT_H__
0004 
0005 #include <data.h>
0006 
0007 int jit_process(struct perf_session *session, struct perf_data *output,
0008         struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes);
0009 
0010 int jit_inject_record(const char *filename);
0011 
0012 #endif /* __JIT_H__ */