cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/util/cloexec.h

Directory: tools/perf/util
#ifndef __PERF_CLOEXEC_H

#define __PERF_CLOEXEC_H

unsigned long perf_event_open_cloexec_flag(void);

#ifdef __GLIBC_PREREQ
#if !__GLIBC_PREREQ(2, 6) && !defined(__UCLIBC__)
int sched_getcpu(void) __THROW;
#endif
#endif

#endif /* __PERF_CLOEXEC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
vinson leevinson lee2351.11%133.33%
yann droneaudyann droneaud1635.56%133.33%
petri gyntherpetri gynther613.33%133.33%
Total45100.00%3100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.