All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: David Brownell <david-b@pacbell.net>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: is dynamic tick working?
Date: Sun, 14 May 2006 03:49:18 -0700	[thread overview]
Message-ID: <20060514104911.GB4715@atomide.com> (raw)
In-Reply-To: <200605121905.13405.david-b@pacbell.net>

* David Brownell <david-b@pacbell.net> [060512 19:05]:
> On an OSK, using today's GIT tree, I turned on dynamic tick using
> sysfs and thought the IRQ rate (32 KHz timer) was odd.  So I did
> 
>   grep tim /proc/int*; sleep 60; grep tim /proc/int*
> 
> and saw 104551 IRQs, which is 1742 per second.  Too many!!  When
> I turned dyntick off (on/off via sysfs) the same measurement
> gave a more reasonable 7701 IRQs, making 128 per second.
> 
> In short, enabling dyntick got me 14x as many IRQs, instead of
> shrinking the number of IRQs.  Known bug?

Is this with touchscreen enabled? I saw something similar last week
where SPI was generating interrupts continuously. I think Imre has a
patch for that already available.

With dyntick the timer interrupt handler is being called also from
other interrupt handlers to update time. So doing something like:

$ cat /proc/interrupts; sleep 10; cat /proc/interrupts

might give you a clue which device interrupt is stuck.

In general dyntick should work, and you should see about 4-6HZ idle
tick rate.

Regards,

Tony

  reply	other threads:[~2006-05-14 10:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-13  2:05 is dynamic tick working? David Brownell
2006-05-14 10:49 ` Tony Lindgren [this message]
2006-05-14 16:19   ` David Brownell
2006-05-14 17:57     ` Imre Deak
2006-05-14 19:20       ` David Brownell
2006-05-14 20:31         ` Imre Deak
2006-05-15  9:22           ` Tony Lindgren
2006-05-15 22:11             ` David Brownell
2006-05-16  6:59               ` Tony Lindgren
2006-05-26 23:44                 ` Tony Lindgren
2006-05-15  9:26     ` Tony Lindgren
2006-05-15 17:33       ` Linux On TI Omap850 Vince
2006-05-16  6:52         ` Tony Lindgren
2006-05-16 14:11           ` Brian Swetland
2006-05-16 13:32       ` is dynamic tick working? Imre Deak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060514104911.GB4715@atomide.com \
    --to=tony@atomide.com \
    --cc=david-b@pacbell.net \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.