Re: [PATCH] latency logger for realtime-preempt-2.6.12-final-V0.7.51-30

2005-08-11 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > On Thu, 2005-08-04 at 15:52 +0200, Ingo Molnar wrote: > > > would be nice to clean up the impact of the latency-histogram code some > > more though: e.g. the #ifdef jungle check_critical_timing() is > > disgusting. Could be cleaned up by always reco

Re: [PATCH] latency logger for realtime-preempt-2.6.12-final-V0.7.51-30

2005-08-10 Thread Daniel Walker
On Thu, 2005-08-04 at 15:52 +0200, Ingo Molnar wrote: > would be nice to clean up the impact of the latency-histogram code some > more though: e.g. the #ifdef jungle check_critical_timing() is > disgusting. Could be cleaned up by always recording the latency_type > being currently traced into a

Re: [PATCH] latency logger for realtime-preempt-2.6.12-final-V0.7.51-30

2005-08-04 Thread Ingo Molnar
* Yang Yi <[EMAIL PROTECTED]> wrote: > > looks pretty good! I'll look at merging your patch after KS/OLS. > > Do you have any trouble while you merge that latency logger patch? i've merged it to the -52-11 patch that, and i've uploaded it a couple of minutes ago. i have done a number of clean

Re: [PATCH] latency logger for realtime-preempt-2.6.12-final-V0.7.51-30

2005-08-03 Thread Yang Yi
>> Hi, Ingo >> >> This patch can record interrupt-off latency, preemption-off latency >> and wakeup latency in a big history array, in the meanwhile, it >> dummies up printks produced by these latency timing. >looks pretty good! I'll look at merging your patch after KS/OLS. > > Ingo Hi,

Re: [PATCH] latency logger for realtime-preempt-2.6.12-final-V0.7.51-30

2005-07-16 Thread Ingo Molnar
* yangyi <[EMAIL PROTECTED]> wrote: > Hi, Ingo > > This patch can record interrupt-off latency, preemption-off latency > and wakeup latency in a big history array, in the meanwhile, it > dummies up printks produced by these latency timing. looks pretty good! I'll look at merging your patch af

[PATCH] latency logger for realtime-preempt-2.6.12-final-V0.7.51-30

2005-07-15 Thread yangyi
Hi, Ingo This patch can record interrupt-off latency, preemption-off latency and wakeup latency in a big history array, in the meanwhile, it dummies up printks produced by these latency timing. This patch adds three options: "Log interrupts-off critical section latency", "Log non-preemptible cri