public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rufus & Azrael <rufus-azrael@numericable.fr>
To: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Linux-kernel Mailing List <linux-kernel@vger.kernel.org>,
	Ingo Molnar <mingo@elte.hu>,
	David Witbrodt <dawitbro@sbcglobal.net>
Subject: Re: HPET regression in 2.6.26 versus 2.6.25 -- found another user with the same regression
Date: Sat, 23 Aug 2008 22:36:49 +0200	[thread overview]
Message-ID: <48B074E1.9020106@numericable.fr> (raw)
In-Reply-To: <86802c440808231335n9214e38q5141a3560c698f76@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Yinghai Lu wrote:
> cat /proc/timer_list
>    
see file attached.

[-- Attachment #2: timer_list --]
[-- Type: text/plain, Size: 3499 bytes --]

Timer List Version: v0.3
HRTIMER_MAX_CLOCK_BASES: 2
now at 3695974274663 nsecs

cpu: 0
 clock 0:
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1219520062195573940 nsecs
active timers:
 clock 1:
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <ffff88007365dd68>, tick_sched_timer, S:01
 # expires at 3695975000000 nsecs [in 725337 nsecs]
 #1: <ffff88007365dd68>, hrtimer_wakeup, S:01
 # expires at 3696440460527 nsecs [in 466185864 nsecs]
  .expires_next   : 3695975000000 nsecs
  .hres_active    : 1
  .nr_events      : 329999
  .nohz_mode      : 2
  .idle_tick      : 3695912000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 4298363207
  .idle_calls     : 392104
  .idle_sleeps    : 112315
  .idle_entrytime : 3695973392707 nsecs
  .idle_waketime  : 3695911002655 nsecs
  .idle_exittime  : 3695973261196 nsecs
  .idle_sleeptime : 3631485402358 nsecs
  .last_jiffies   : 4298363269
  .next_jiffies   : 4298363307
  .idle_expires   : 3696011000000 nsecs
jiffies: 4298363270

cpu: 1
 clock 0:
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1219520062195573940 nsecs
active timers:
 clock 1:
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <ffff88007365dd68>, tick_sched_timer, S:01
 # expires at 3695975250000 nsecs [in 975337 nsecs]
 #1: <ffff88007365dd68>, it_real_fn, S:01
 # expires at 3695993484129 nsecs [in 19209466 nsecs]
 #2: <ffff88007365dd68>, hrtimer_wakeup, S:01
 # expires at 3696060447527 nsecs [in 86172864 nsecs]
 #3: <ffff88007365dd68>, hrtimer_wakeup, S:01
 # expires at 3698989020182 nsecs [in 3014745519 nsecs]
 #4: <ffff88007365dd68>, hrtimer_wakeup, S:01
 # expires at 3728638347527 nsecs [in 32664072864 nsecs]
 #5: <ffff88007365dd68>, hrtimer_wakeup, S:01
 # expires at 3743417075015 nsecs [in 47442800352 nsecs]
  .expires_next   : 3695975250000 nsecs
  .hres_active    : 1
  .nr_events      : 386558
  .nohz_mode      : 2
  .idle_tick      : 3695954250000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 4298363250
  .idle_calls     : 589449
  .idle_sleeps    : 372520
  .idle_entrytime : 3695974261463 nsecs
  .idle_waketime  : 3695972715107 nsecs
  .idle_exittime  : 3695972738574 nsecs
  .idle_sleeptime : 3526088161959 nsecs
  .last_jiffies   : 4298363270
  .next_jiffies   : 4298363279
  .idle_expires   : 3696000000000 nsecs
jiffies: 4298363270


Tick Device: mode:     1
Clock Event Device: hpet
 max_delta_ns:   149983003520
 min_delta_ns:   3352
 mult:           61496115
 shift:          32
 mode:           3
 next_event:     9223372036854775807 nsecs
 set_next_event: hpet_legacy_next_event
 set_mode:       hpet_legacy_set_mode
 event_handler:  tick_handle_oneshot_broadcast
tick_broadcast_mask: 00000000
tick_broadcast_oneshot_mask: 00000000


Tick Device: mode:     1
Clock Event Device: lapic
 max_delta_ns:   672693290
 min_delta_ns:   1202
 mult:           53559019
 shift:          32
 mode:           3
 next_event:     3695975000000 nsecs
 set_next_event: lapic_next_event
 set_mode:       lapic_timer_setup
 event_handler:  hrtimer_interrupt

Tick Device: mode:     1
Clock Event Device: lapic
 max_delta_ns:   672693290
 min_delta_ns:   1202
 mult:           53559019
 shift:          32
 mode:           3
 next_event:     3695975250000 nsecs
 set_next_event: lapic_next_event
 set_mode:       lapic_timer_setup
 event_handler:  hrtimer_interrupt


  reply	other threads:[~2008-08-23 20:36 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-23 18:26 HPET regression in 2.6.26 versus 2.6.25 -- found another user with the same regression Rufus & Azrael
2008-08-23 19:17 ` Yinghai Lu
2008-08-23 19:40   ` Rufus & Azrael
2008-08-23 20:10     ` Yinghai Lu
2008-08-23 20:15       ` Rufus & Azrael
2008-08-23 20:28         ` Yinghai Lu
2008-08-23 20:33           ` Rufus & Azrael
2008-08-23 20:35             ` Yinghai Lu
2008-08-23 20:36               ` Rufus & Azrael [this message]
2008-08-23 20:45                 ` Yinghai Lu
2008-08-23 21:05                   ` Yinghai Lu
2008-08-28 22:52                     ` Jordan Crouse
2008-09-12 17:39                     ` Andreas Herrmann
2008-09-12 17:45                       ` Jordan Crouse
2008-09-14 16:25                         ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2008-08-26 15:25 David Witbrodt
2008-08-26 12:58 David Witbrodt
2008-08-26 13:28 ` Ingo Molnar
2008-08-25 13:39 David Witbrodt
2008-08-25 17:24 ` Yinghai Lu
2008-08-25 17:28 ` Yinghai Lu
2008-08-25  3:06 David Witbrodt
2008-08-25  2:00 David Witbrodt
2008-08-25  2:37 ` Yinghai Lu
2008-08-25  4:41 ` Yinghai Lu
2008-08-25  6:27   ` Ingo Molnar
2008-08-25  6:40     ` Yinghai Lu
2008-08-25  7:31   ` Ingo Molnar
2008-08-25  8:00     ` Yinghai Lu
2008-08-27 22:41       ` Jesse Barnes
2008-08-27 23:23         ` Yinghai Lu
2008-08-27 23:42           ` Jesse Barnes
2008-08-24 13:05 David Witbrodt
2008-08-24 19:29 ` Yinghai Lu
2008-08-24 22:48   ` Yinghai Lu
2008-08-24  2:39 David Witbrodt
2008-08-24  3:44 ` Yinghai Lu
2008-08-23 23:42 David Witbrodt
2008-08-24  2:05 ` Yinghai Lu
2008-08-23 19:47 David Witbrodt
2008-08-23 20:12 ` Yinghai Lu
2008-08-23 20:51 ` Yinghai Lu
2008-08-23 19:29 David Witbrodt
2008-08-23 16:44 David Witbrodt
2008-08-23 16:32 David Witbrodt
2008-08-23 15:42 David Witbrodt
2008-08-23 15:55 ` Ingo Molnar
2008-08-23 11:58 David Witbrodt
2008-08-23 13:36 ` Ingo Molnar
2008-08-23 15:03   ` Ingo Molnar
2008-08-23 17:51 ` Yinghai Lu
2008-08-23 11:42 David Witbrodt
2008-08-23  2:25 David Witbrodt
2008-08-23  5:41 ` Yinghai Lu
2008-08-23  6:56   ` Yinghai Lu
2008-08-22  1:24 David Witbrodt
2008-08-21 16:53 David Witbrodt
2008-08-21 17:57 ` Yinghai Lu
2008-08-21 14:09 David Witbrodt
2008-08-21 15:33 ` Yinghai Lu
2008-08-21 13:33 David Witbrodt
2008-08-21  4:07 David Witbrodt
2008-08-21  6:42 ` Yinghai Lu
2008-08-21  7:04 ` Ilpo Järvinen
2008-08-21  2:48 David Witbrodt
2008-08-20 17:42 David Witbrodt
2008-08-20 17:58 ` Yinghai Lu
2008-08-21  2:02   ` Yinghai Lu
2008-08-20 16:44 David Witbrodt
2008-08-20 14:32 David Witbrodt
2008-08-20 14:49 ` Ingo Molnar
2008-08-20 14:08 David Witbrodt
2008-08-20  4:51 David Witbrodt
2008-08-20  5:21 ` Yinghai Lu
2008-08-20  7:51   ` Bill Fink
2008-08-20  8:02     ` Yinghai Lu
2008-08-20  9:15       ` Ingo Molnar
2008-08-20  9:31         ` Yinghai Lu
2008-08-20  9:36           ` Ingo Molnar

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=48B074E1.9020106@numericable.fr \
    --to=rufus-azrael@numericable.fr \
    --cc=dawitbro@sbcglobal.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=yhlu.kernel@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox