Searched refs:accounting (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/include/asm/ |
D | cputime.h | 45 #define get_accounting(tsk) (&get_paca()->accounting) 48 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting)
|
D | thread_info.h | 38 struct cpu_accounting_data accounting; member
|
D | paca.h | 231 struct cpu_accounting_data accounting; member
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 265 OFFSET(ACCOUNT_STARTTIME, paca_struct, accounting.starttime); in main() 266 OFFSET(ACCOUNT_STARTTIME_USER, paca_struct, accounting.starttime_user); in main() 267 OFFSET(ACCOUNT_USER_TIME, paca_struct, accounting.utime); in main() 268 OFFSET(ACCOUNT_SYSTEM_TIME, paca_struct, accounting.stime); in main() 275 OFFSET(ACCOUNT_STARTTIME, thread_info, accounting.starttime); in main() 276 OFFSET(ACCOUNT_STARTTIME_USER, thread_info, accounting.starttime_user); in main() 277 OFFSET(ACCOUNT_USER_TIME, thread_info, accounting.utime); in main() 278 OFFSET(ACCOUNT_SYSTEM_TIME, thread_info, accounting.stime); in main()
|
D | time.c | 239 struct cpu_accounting_data *acct = &local_paca->accounting; in accumulate_stolen_time()
|
/arch/powerpc/xmon/ |
D | xmon.c | 2482 DUMP(p, accounting.utime, "%#-*lx"); in dump_one_paca() 2483 DUMP(p, accounting.stime, "%#-*lx"); in dump_one_paca() 2485 DUMP(p, accounting.utime_scaled, "%#-*lx"); in dump_one_paca() 2487 DUMP(p, accounting.starttime, "%#-*lx"); in dump_one_paca() 2488 DUMP(p, accounting.starttime_user, "%#-*lx"); in dump_one_paca() 2490 DUMP(p, accounting.startspurr, "%#-*lx"); in dump_one_paca() 2491 DUMP(p, accounting.utime_sspurr, "%#-*lx"); in dump_one_paca() 2493 DUMP(p, accounting.steal_time, "%#-*lx"); in dump_one_paca()
|
/arch/alpha/ |
D | Kconfig | 639 process accounting. The later effect is especially significant
|
/arch/s390/ |
D | Kconfig | 989 This is a virtual file system intended to provide accounting
|
/arch/arm64/ |
D | Kconfig | 980 bool "Paravirtual steal time accounting" 984 accounting. Time spent executing other tasks in parallel with
|
/arch/ |
D | Kconfig | 670 support irq time accounting and then call enable_sched_clock_irqtime().
|
/arch/s390/kernel/ |
D | entry.S | 1381 0: # update accounting time stamp
|
/arch/arm/ |
D | Kconfig | 1673 bool "Paravirtual steal time accounting" 1677 accounting. Time spent executing other tasks in parallel with
|
/arch/x86/ |
D | Kconfig | 831 bool "Paravirtual steal time accounting" 835 accounting. Time spent executing other tasks in parallel with
|