perf hists: Enlarge pid sort entry size
[deliverable/linux.git] / tools / perf / util / jit.h
CommitLineData
9b07e27f
SE
1#ifndef __JIT_H__
2#define __JIT_H__
3
4#include <data.h>
5
3938bad4
ACM
6int jit_process(struct perf_session *session, struct perf_data_file *output,
7 struct machine *machine, char *filename, pid_t pid, u64 *nbytes);
8
9int jit_inject_record(const char *filename);
9b07e27f
SE
10
11#endif /* __JIT_H__ */
This page took 0.038783 seconds and 5 git commands to generate.