Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8 11 lines 271 B view raw
1#ifndef __JIT_H__ 2#define __JIT_H__ 3 4#include <data.h> 5 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); 10 11#endif /* __JIT_H__ */