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