Re: [linux-pm] PowerOP 1/3: PowerOP core

2005-08-10 Thread Daniel Petrini
> If these general ideas of arbitrary platform power parameters and > operating points are deemed worthy of continued consideration, I'll > propose what I view is the next step: interfaces to create and activate > operating points from userspace. > > At that point it should be possible to write po

Re: [PATCH] i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-09 Thread Daniel Petrini
t; times. That code does not address the cascade list correctly. The timertop kernel patch accounts for all the scheduled timers. Try to take a look at its output at /proc/top_info. Maybe it can help to detect it. Daniel Petrini -- 10LE - Linux INdT - Manaus - Brazil - To unsubscribe from this

Re: Timertop - update

2005-08-08 Thread Daniel Petrini
Hi, > Small comment: I had to move the shell call (#!/usr/bin/perl) to the top of > the file before i was able to start it. Ok. I will change that. I was only using "perl timer_top.pl 5" > One that comes back very often in timertop is: > > c0124cf0|510606| 314.40| process_timeout > > An

Re: [PATCH] i386 No-Idle-Hz aka Dynamic-Ticks 5

2005-08-08 Thread Daniel Petrini
Hi Folkert, Yes, there are some utilities. You can use pmstats-0.2 (look for the link in past messages) or timertop (sent some minutes ago in LKML). Regards, Daniel On 8/8/05, Folkert van Heusden <[EMAIL PROTECTED]> wrote: > Are there any tools for checking the current number of ticks? > I curren

Timertop - update

2005-08-08 Thread Daniel Petrini
9:28:38.0 -0400 @@ -0,0 +1,108 @@ +/* + * kernel/timer_top.c + * + * Export Timers information to /proc/top_info + * + * Copyright (C) 2005 Instituto Nokia de Tecnologia - INdT - Manaus + * Written by Daniel Petrini <[EMAIL PROTECTED]> + * + * This program is free software; you can redistribut

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Daniel Petrini
@ +/* + * kernel/timer_top.c + * + * Export Timers information to /proc/top_info + * + * Copyright (C) 2005 Instituto Nokia de Tecnologia - INdT - Manaus + * Written by Daniel Petrini <[EMAIL PROTECTED]> + * + * This program is free software; you can redistribute it and/or modify + * it under t

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Daniel Petrini
Hi, > -- > Jens Axboe > Thanks for your corrections. Here we have a new version. Daniel Petrini -- 10LE - Linux INdT - Manaus - Brazil diff -uprN linux-2.6.12-orig/kernel/Makefile linux-dyn-tick/kernel/Makefile --- linux-2.6.12-orig/kernel/Makefile 2005-08-03 23:50:26.00

[PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-04 Thread Daniel Petrini
based in suggestions from Tony Lindgren. It is experimental and should evolve. Must be applied after 2.6.13-rc5-dtck-3.patch and 2.6.13-rc5. Usage: with kernel compiled with attached patch: "perl timer_top.pl 5", to have refresh time of 5s. Regards, Daniel Petrini -- 10LE - Linux Lab