Merge branches 'acpi-soc', 'acpi-misc', 'acpi-pci' and 'device-properties'
[deliverable/linux.git] / tools / perf / util / jit.h
1 #ifndef __JIT_H__
2 #define __JIT_H__
3
4 #include <data.h>
5
6 extern int jit_process(struct perf_session *session,
7 struct perf_data_file *output,
8 struct machine *machine,
9 char *filename,
10 pid_t pid,
11 u64 *nbytes);
12
13 extern int jit_inject_record(const char *filename);
14
15 #endif /* __JIT_H__ */
This page took 0.044861 seconds and 5 git commands to generate.