lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 19 Jan 2008 07:08:18 +0100 From: Andi Kleen <andi@...stfloor.org> To: Arjan van de Ven <arjan@...ux.intel.com> Cc: Andi Kleen <andi@...stfloor.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linus Torvalds <torvalds@...ux-foundation.org>, Ingo Molnar <mingo@...e.hu>, Andrew Morton <akpm@...ux-foundation.org> Subject: Re: [Announce] Development release 0.1 of the LatencyTOP tool > syscall nr and pid at minimum then. oprofile already supports logging the pid I believe. Otherwise the pid filter in opreport could hardly work. > Still doesn't work for modules either. oprofile works fine for modules. > > what it ends up doing is using an entirely different interface for > basically the > same code / operation inside the kernel. Well rather it uses an existing framework for something that fits it well. Also the way I proposed is very cheap and would be possible to use in production kernels without special configs. > The current interface code is maybe 80 lines of /proc code... and very > simple to > use (unlike the oprofile interface) The oprofile interface is per CPU (so you wouldn't need to reinvent that to fix your locking) and if you add the syscall logging feature to it it would apply to all profile events e.g. you could then do things like "matching cache misses to syscalls" -andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists