Release 4.10 tools/perf/util/jit.h
#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
| Person | Tokens | Prop | Commits | CommitProp |
stephane eranian | stephane eranian | 51 | 100.00% | 1 | 100.00% |
| Total | 51 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.