linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* LatencyTop problem
@ 2008-10-18 16:49 Mauro Andreolini
  2008-10-18 17:37 ` Arjan van de Ven
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Andreolini @ 2008-10-18 16:49 UTC (permalink / raw)
  To: linux-kernel, mauro.andreolini

Hi everyone,

I tried to get latencytop (Debian testing package, v.0.4) running on a
2.6.27 vanilla kernel. When I try to execute latencytop as root, I get
the following message:

Error writing to /proc/sys/kernel/latencytop: No such file or directory
Error writing to /proc/sys/kernel/latencytop: No such file or directory
Are you root?
Please enable the CONFIG_LATENCYTOP configuration in your kernel.
Exiting...

I am pretty sure that the CONFIG_LATENCYTOP is set in the kernel.
I tried to download and apply the latencytop patch, but it rejects some
hunks. It seems as if the executable wants to
open /proc/sys/kernel/latencytop for writing but it can't, because the
piece of kernel code that enables it (kernel/latencytop.c) does not
create that /proc file. The code to enable /proc/sys/kernel/latencytop
is contained in the kernel patch from the project home page, anyway.
Instead, reading the code in the 2.6.27 kernel, a "latency_stats" file
should be created, but that is not present under both the /proc and /sys
filesystems.
Could anyone of you point me to a procedure to get latencytop working
with a recent kernel?
Thank you in advance.

Mauro Andreolini


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-19  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18 16:49 LatencyTop problem Mauro Andreolini
2008-10-18 17:37 ` Arjan van de Ven
2008-10-19  0:51   ` Mauro Andreolini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).