context_tracking: Split user tracking Kconfig
authorFrederic Weisbecker <frederic@kernel.org>
Wed, 8 Jun 2022 14:40:24 +0000 (16:40 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 30 Jun 2022 00:04:09 +0000 (17:04 -0700)
commit24a9c54182b3758801b8ca6c8c237cc2ff654732
tree4605b2b1715f26c0c5729d6a2baae8dce1b6e0aa
parent2a0aafce963dab996b843f6cdb49237b0ae4a118
context_tracking: Split user tracking Kconfig

Context tracking is going to be used not only to track user transitions
but also idle/IRQs/NMIs. The user tracking part will then become a
separate feature. Prepare Kconfig for that.

[ frederic: Apply Max Filippov feedback. ]

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Neeraj Upadhyay <quic_neeraju@quicinc.com>
Cc: Uladzislau Rezki <uladzislau.rezki@sony.com>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Cc: Yu Liao <liaoyu15@huawei.com>
Cc: Phil Auld <pauld@redhat.com>
Cc: Paul Gortmaker<paul.gortmaker@windriver.com>
Cc: Alex Belits <abelits@marvell.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Nicolas Saenz Julienne <nsaenzju@redhat.com>
Tested-by: Nicolas Saenz Julienne <nsaenzju@redhat.com>
25 files changed:
Documentation/features/time/context-tracking/arch-support.txt
arch/Kconfig
arch/arm/Kconfig
arch/arm/kernel/entry-common.S
arch/arm/kernel/entry-header.S
arch/arm64/Kconfig
arch/csky/Kconfig
arch/csky/kernel/entry.S
arch/loongarch/Kconfig
arch/mips/Kconfig
arch/powerpc/Kconfig
arch/powerpc/include/asm/context_tracking.h
arch/riscv/Kconfig
arch/riscv/kernel/entry.S
arch/sparc/Kconfig
arch/sparc/kernel/rtrap_64.S
arch/x86/Kconfig
arch/xtensa/Kconfig
arch/xtensa/kernel/entry.S
include/linux/context_tracking.h
include/linux/context_tracking_state.h
init/Kconfig
kernel/context_tracking.c
kernel/sched/core.c
kernel/time/Kconfig