Searched refs:accounting (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/include/asm/ |
D | cputime.h | 47 #define get_accounting(tsk) (&get_paca()->accounting) 48 #define raw_get_accounting(tsk) (&local_paca->accounting) 52 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting)
|
D | thread_info.h | 61 struct cpu_accounting_data accounting; member
|
D | paca.h | 235 struct cpu_accounting_data accounting; member
|
/arch/powerpc/xmon/ |
D | xmon.c | 2730 DUMP(p, accounting.utime, "%#-*lx"); in dump_one_paca() 2731 DUMP(p, accounting.stime, "%#-*lx"); in dump_one_paca() 2733 DUMP(p, accounting.utime_scaled, "%#-*lx"); in dump_one_paca() 2735 DUMP(p, accounting.starttime, "%#-*lx"); in dump_one_paca() 2736 DUMP(p, accounting.starttime_user, "%#-*lx"); in dump_one_paca() 2738 DUMP(p, accounting.startspurr, "%#-*lx"); in dump_one_paca() 2739 DUMP(p, accounting.utime_sspurr, "%#-*lx"); in dump_one_paca() 2741 DUMP(p, accounting.steal_time, "%#-*lx"); in dump_one_paca()
|
/arch/powerpc/kernel/ |
D | time.c | 233 struct cpu_accounting_data *acct = &local_paca->accounting; in accumulate_stolen_time()
|
/arch/alpha/ |
D | Kconfig | 619 process accounting. The later effect is especially significant
|
/arch/s390/ |
D | Kconfig | 916 This is a virtual file system intended to provide accounting
|
/arch/arm/ |
D | Kconfig | 1579 bool "Paravirtual steal time accounting" 1583 accounting. Time spent executing other tasks in parallel with
|
/arch/arm64/ |
D | Kconfig | 1243 bool "Paravirtual steal time accounting" 1247 accounting. Time spent executing other tasks in parallel with
|
/arch/ |
D | Kconfig | 826 support irq time accounting and then call enable_sched_clock_irqtime().
|
/arch/x86/ |
D | Kconfig | 835 bool "Paravirtual steal time accounting" 839 accounting. Time spent executing other tasks in parallel with
|