From a93911fbea86e839d82e70f21d0795b23b354268 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 16 Oct 2014 17:44:57 +0200 Subject: [PATCH] projects/Generic/linux: switch to tick based cputime accounting Signed-off-by: Stephan Raue --- projects/Generic/linux/linux.x86_64.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index b78fe15715..8e807a3c3a 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -110,9 +110,8 @@ CONFIG_HIGH_RES_TIMERS=y # # CPU/Task time and stats accounting # -CONFIG_VIRT_CPU_ACCOUNTING=y -# CONFIG_TICK_CPU_ACCOUNTING is not set -CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set # CONFIG_IRQ_TIME_ACCOUNTING is not set CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set