Searched refs:accounting (Results 1 – 12 of 12) 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 | 62 struct cpu_accounting_data accounting; member
|
D | paca.h | 230 struct cpu_accounting_data accounting; member
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 287 OFFSET(ACCOUNT_STARTTIME, paca_struct, accounting.starttime); in main() 288 OFFSET(ACCOUNT_STARTTIME_USER, paca_struct, accounting.starttime_user); in main() 289 OFFSET(ACCOUNT_USER_TIME, paca_struct, accounting.utime); in main() 290 OFFSET(ACCOUNT_SYSTEM_TIME, paca_struct, accounting.stime); in main() 297 OFFSET(ACCOUNT_STARTTIME, thread_info, accounting.starttime); in main() 298 OFFSET(ACCOUNT_STARTTIME_USER, thread_info, accounting.starttime_user); in main() 299 OFFSET(ACCOUNT_USER_TIME, thread_info, accounting.utime); in main() 300 OFFSET(ACCOUNT_SYSTEM_TIME, thread_info, accounting.stime); in main()
|
D | time.c | 233 struct cpu_accounting_data *acct = &local_paca->accounting; in accumulate_stolen_time()
|
/arch/powerpc/xmon/ |
D | xmon.c | 2639 DUMP(p, accounting.utime, "%#-*lx"); in dump_one_paca() 2640 DUMP(p, accounting.stime, "%#-*lx"); in dump_one_paca() 2642 DUMP(p, accounting.utime_scaled, "%#-*lx"); in dump_one_paca() 2644 DUMP(p, accounting.starttime, "%#-*lx"); in dump_one_paca() 2645 DUMP(p, accounting.starttime_user, "%#-*lx"); in dump_one_paca() 2647 DUMP(p, accounting.startspurr, "%#-*lx"); in dump_one_paca() 2648 DUMP(p, accounting.utime_sspurr, "%#-*lx"); in dump_one_paca() 2650 DUMP(p, accounting.steal_time, "%#-*lx"); in dump_one_paca()
|
/arch/alpha/ |
D | Kconfig | 641 process accounting. The later effect is especially significant
|
/arch/s390/ |
D | Kconfig | 926 This is a virtual file system intended to provide accounting
|
/arch/arm/ |
D | Kconfig | 1627 bool "Paravirtual steal time accounting" 1631 accounting. Time spent executing other tasks in parallel with
|
/arch/arm64/ |
D | Kconfig | 1191 bool "Paravirtual steal time accounting" 1195 accounting. Time spent executing other tasks in parallel with
|
/arch/ |
D | Kconfig | 781 support irq time accounting and then call enable_sched_clock_irqtime().
|
/arch/x86/ |
D | Kconfig | 833 bool "Paravirtual steal time accounting" 837 accounting. Time spent executing other tasks in parallel with
|