descriptionkmemtrace userspace application
ownereduard.munteanu@linux360.ro
last changeTue, 2 Dec 2008 07:54:15 +0000 (2 09:54 +0200)
content tags
add:
readme
This is the kmemtrace userspace application, which collects and analyzes data provided by the kmemtrace-enabled Linux kernel. kmemtrace provides tracing for slab allocator functions, such as kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected data is then fed to the userspace application in order to analyse allocation hotspots, internal fragmentation and so on, making it possible to see how well an allocator performs, as well as debug and profile kernel code.
shortlog
2008-12-02 Eduard - Gabriel... Add debugging stats to hashtable.master
2008-12-02 Eduard - Gabriel... kmemtrace-report: pretty formatting.
2008-12-02 Eduard - Gabriel... kmemtrace-report: addr2line support and output sorting...
2008-12-01 Eduard - Gabriel... kmemtrace-report: Sort call-site view by fragmentation.
2008-11-24 Eduard - Gabriel... Hashtable to vector conversion functions.
2008-11-24 Eduard - Gabriel... Add stats to hashtable implementation.
2008-11-24 Eduard - Gabriel... Add private data pointer argument to hashtable actions.
2008-11-23 Eduard - Gabriel... addr2line support
2008-10-14 Pekka Enbergkmemtrace: enable tracing in kmemtraced
2008-10-14 Tom Zanussikmemtraced: check if splice() returned zero
2008-10-14 Pekka Enbergkmemtrace: Fix printf format for 64-bit integers
2008-09-23 Eduard - Gabriel... Initial kmemtrace userspace tools implementation.
heads
15 years ago ftrace-temp
15 years ago master