Searched refs:CPUCLOCK_PROF (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 28 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init() 49 set_process_cpu_timer(task, CPUCLOCK_PROF, &nsecs, NULL); in update_rlimit_cpu() 154 return !(~pct->bases[CPUCLOCK_PROF].nextevt | in expiry_cache_is_inactive() 204 case CPUCLOCK_PROF: in cpu_clock_sample() 216 samples[CPUCLOCK_PROF] = stime + utime; in store_samples() 542 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers() 974 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], in check_process_timers() 975 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers() 976 samples[CPUCLOCK_PROF], SIGPROF); in check_process_timers() 985 u64 ptime = samples[CPUCLOCK_PROF]; in check_process_timers() [all...] |
H A D | itimer.c | 92 get_cpu_itimer(tsk, CPUCLOCK_PROF, value); in do_getitimer() 264 set_cpu_itimer(tsk, CPUCLOCK_PROF, value, ovalue); in do_setitimer()
|
/linux/include/linux/ |
H A D | posix-timers_types.h | 27 #define CPUCLOCK_PROF 0 macro
|