All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Debugging IRQ latency
@ 2004-05-21 20:35 Pavel Janík
  0 siblings, 0 replies; only message in thread
From: Pavel Janík @ 2004-05-21 20:35 UTC (permalink / raw)
  To: qemu-devel

Hi,

hw/i8259.c contains (when DEBUG_ is turned on):

           (double)(cpu_get_ticks() - irq_time[irq]) * 1000000.0 / ticks_per_sec);

but cpu_get_ticks is defined as static in vl.c:

static inline int64_t cpu_get_ticks(void)

Thus you can't debug IRQ latency.
-- 
Pavel Janík

Proving me wrong is always a good sport ;)
                  -- Linus Torvalds in linux-kernel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-21 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-21 20:35 [Qemu-devel] Debugging IRQ latency Pavel Janík

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.