From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932481Ab2CVKCt (ORCPT ); Thu, 22 Mar 2012 06:02:49 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:49190 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932101Ab2CVKCr (ORCPT ); Thu, 22 Mar 2012 06:02:47 -0400 Date: Thu, 22 Mar 2012 10:02:36 +0000 From: Russell King - ARM Linux To: Ajeet Yadav Cc: John Stultz , linux-kernel@vger.kernel.org, Steven Rostedt Subject: Re: Not able to use HIGH_RES_TIMERS on ARM Message-ID: <20120322100236.GS15988@n2100.arm.linux.org.uk> References: <20120319130445.GN15988@n2100.arm.linux.org.uk> <20120319132623.GO15988@n2100.arm.linux.org.uk> <4F696011.7080409@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 22, 2012 at 02:46:31PM +0530, Ajeet Yadav wrote: > Hi John, > On our target ARCH_USES_GETTIMEOFFSET=y, can you please help me how > can I useIRQSOFF_TRACER, PREEMPT_TRACER ? If you have ARCH_USES_GETTIMEOFFSET=y, the simple answer is: you can't. Your solution is to update your platform to use clock sources and clock events and disable the obsolete ARCH_USES_GETTIMEOFFSET option.