qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Debugging IRQ latency


From: Pavel Janík
Subject: [Qemu-devel] Debugging IRQ latency
Date: Fri, 21 May 2004 22:35:35 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]