]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/perf/util/jit.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-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__ */