FS#10533 - latencytop support in 2.6.25 arch's stock kernel
Attached to Project:
Arch Linux
Opened by João Rodrigues (gothicknight) - Thursday, 29 May 2008, 15:03 GMT
Last edited by Greg (dolby) - Tuesday, 17 June 2008, 10:44 GMT
Opened by João Rodrigues (gothicknight) - Thursday, 29 May 2008, 15:03 GMT
Last edited by Greg (dolby) - Tuesday, 17 June 2008, 10:44 GMT
|
Details
Description:
It's possible to compile the kernel with CONFIG_LATENCYTOP set? This is needed for use with latencytop. Additional info: * package version(s) > kernel26 2.6.25-4 > latencytop 0.4-1 (AUR) * config and/or log files etc. > N/A Steps to reproduce: > Try running latencytop app. It should exit with message "Please enable the CONFIG_LATENCYTOP configuration in your kernel.\n Exiting.." |
This task depends upon
Edit: I see a lot of feature requests for debug stuff these days. Wasn't our policy to strip debug symbols from binaries? Why is this different for kernels?
Just a remark, we have, CONFIG_HAVE_LATENCYTOP_SUPPORT=y in stock arch. If we don't have latencytop support than this might be pointless.
On thought is, in the long run, a kernel26-debug for testing only could come in handy to test arch's latencies.
Regarding the debug symbols, aren't they possible to be done in makepkg's CFLAGS using packages PKGBUILD?
Regardless I'd say won't implement- our kernel isn't meant to be a debugging playground, it is meant to be usable out of the box. It is not too hard for someone to compile their own if need be for latencytop support, or for someone to add a PKGBUILD to AUR doing this.
Regarding CONFIG_HAVE_LATENCYTOP_SUPPORT=y, that just means the arch you are building for supports latencytop, not that anything is enabled. So that is always there.