Re: Not able to use HIGH_RES_TIMERS on ARM

From: Ajeet Yadav
Date: Sat Mar 24 2012 - 03:06:43 EST


On Fri, Mar 23, 2012 at 7:58 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> On Fri, 2012-03-23 at 14:40 +0530, Ajeet Yadav wrote:
>
>> linux-3.0.20/kernel/trace/Kconfig
>> linux-3.0.20-dirty/kernel/trace/Kconfig
>> --- linux-3.0.20/kernel/trace/Kconfig  2012-02-06 23:01:45.000000000 +0530
>> +++ linux-3.0.20-dirty/kernel/trace/Kconfig   2012-03-19
>> 18:21:41.000000000 +0530
>> @@ -173,7 +173,6 @@ config IRQSOFF_TRACER
>> Â Â Â Âbool "Interrupts-off Latency Tracer"
>> Â Â Â Âdefault n
>> Â Â Â Âdepends on TRACE_IRQFLAGS_SUPPORT
>> - Â Â Â depends on !ARCH_USES_GETTIMEOFFSET
>> Â Â Â Âselect TRACE_IRQFLAGS
>> Â Â Â Âselect GENERIC_TRACER
>> Â Â Â Âselect TRACER_MAX_TRACE
>> @@ -195,7 +194,6 @@ config IRQSOFF_TRACER
>> Âconfig PREEMPT_TRACER
>> Â Â Â Âbool "Preemption-off Latency Tracer"
>> Â Â Â Âdefault n
>> - Â Â Â depends on !ARCH_USES_GETTIMEOFFSET
>> Â Â Â Âdepends on PREEMPT
>> Â Â Â Âselect GENERIC_TRACER
>> Â Â Â Âselect TRACER_MAX_TRACE
>
> A little history here.
>
> When I converted the irqsoff/preemptoff latency tracers from the
> original -rt patch (written by Ingo), these options originally had
> "depends on GENERIC_TIME". I just checked, and this goes at least back
> to 2.6.22.1-rt9 (long before ftrace).
>
> When I ported these to ftrace, I kept the dependencies. They probably
> are not needed and are only there for historical reasons.
>
> If this patch works fine for you, and that you are my only test case for
> this patch. I'd just say:
>
> Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
>
> -- Steve
Hi Steve thanks for review, is their anything more I can do or shall I
consider this change as already submitted, thanks everyone for helping
me.
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/