Release 4.10 tools/perf/util/cloexec.h
#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
| Person | Tokens | Prop | Commits | CommitProp |
vinson lee | vinson lee | 23 | 51.11% | 1 | 33.33% |
yann droneaud | yann droneaud | 16 | 35.56% | 1 | 33.33% |
petri gynther | petri gynther | 6 | 13.33% | 1 | 33.33% |
| Total | 45 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.