Release 4.11 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 | 23 | 51.11% | 1 | 33.33% |
Yann Droneaud | 16 | 35.56% | 1 | 33.33% |
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.