Home
last modified time | relevance | path

Searched refs:hardirq_time (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Daccounting.h19 unsigned long hardirq_time; member
/linux/arch/powerpc/kernel/
H A Dtime.c294 vtime_account_irq_field(acct, &acct->hardirq_time); in vtime_account_hardirq()
341 if (acct->hardirq_time) in vtime_flush()
342 account_system_index_time(tsk, cputime_to_nsecs(acct->hardirq_time), in vtime_flush()
354 acct->hardirq_time = 0; in vtime_flush()
/linux/tools/perf/
H A Dbuiltin-kwork.c1596 u64 hardirq_time = stat->cpus_runtime[MAX_NR_CPUS].irq; in top_print_cpu_usage() local
1611 cpus_total_time ? (double)hardirq_time * 100 / cpus_total_time : 0, in top_print_cpu_usage()