cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/util/jit.h

Directory: tools/perf/util
#ifndef __JIT_H__

#define __JIT_H__

#include <data.h>

int jit_process(struct perf_session *session, struct perf_data_file *output,
		struct machine *machine, char *filename, pid_t pid, u64 *nbytes);

int jit_inject_record(const char *filename);

#endif /* __JIT_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
stephane eranianstephane eranian51100.00%1100.00%
Total51100.00%1100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.