Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / util / jit.h
blobf4037203e9ecdf97714f0f69fd69df16b5639f4a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __JIT_H__
3 #define __JIT_H__
5 #include <data.h>
7 int jit_process(struct perf_session *session, struct perf_data *output,
8 struct machine *machine, const char *filename,
9 pid_t pid, pid_t tid, u64 *nbytes);
11 int jit_inject_record(const char *filename);
13 #endif /* __JIT_H__ */