Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DISABLE_BRANCH_PROFILING |
Functions | |
int | __vdso_clock_gettime (clockid_t clock, struct timespec *ts) |
int | clock_gettime (clockid_t, struct timespec *) |
int | gettimeofday (struct timeval *, struct timezone *) |
int | time (time_t *t) __attribute__((weak |
int | alias ("__vdso_time"))) |
long | __vdso_getcpu (unsigned *cpu, unsigned *node, struct getcpu_cache *unused) |
long | getcpu (unsigned *cpu, unsigned *node, struct getcpu_cache *tcache) __attribute__((weak |
long | alias ("__vdso_getcpu"))) |
long __vdso_getcpu | ( | unsigned * | cpu, |
unsigned * | node, | ||
struct getcpu_cache * | unused | ||
) |
int alias | ( | "__vdso_time" | ) |
long alias | ( | "__vdso_getcpu" | ) |
long getcpu | ( | unsigned * | cpu, |
unsigned * | node, | ||
struct getcpu_cache * | tcache | ||
) |