Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Add support for fine granularity task level IRQ time accounting

With sched_clock being ready, it makes sense to add the option of IRQ time
accounting -- When we have a fast enough sched_clock, IRQ time accounting
will be enabled (see sched_clock_register).

Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: macro@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9489/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Deng-Cheng Zhu and committed by
Ralf Baechle
ec9ddad3 262f1c92

+1
+1
arch/mips/Kconfig
··· 57 57 select ARCH_BINFMT_ELF_STATE 58 58 select SYSCTL_EXCEPTION_TRACE 59 59 select HAVE_VIRT_CPU_ACCOUNTING_GEN 60 + select HAVE_IRQ_TIME_ACCOUNTING 60 61 61 62 menu "Machine selection" 62 63