This project is a fork of the linux-2.6.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/linux-2.6.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionkmemtrace - Kernel memory tracer
ownereduard.munteanu@linux360.ro
last changeSun, 10 Aug 2008 15:34:00 +0000 (10 18:34 +0300)
content tags
add:
readme
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-08-10 Eduard - Gabriel... kmemtrace: SLOB hooks.master
2008-08-10 Eduard - Gabriel... kmemtrace: SLUB hooks.
2008-08-10 Eduard - Gabriel... kmemtrace: SLAB hooks.
2008-08-10 Eduard - Gabriel... kmemtrace: Additional documentation.
2008-08-10 Eduard - Gabriel... kmemtrace: Core implementation.
2008-08-04 Tom Zanussirelay: fix "full buffer with exactly full last subbuffe...
2008-07-14 Eduard - Gabriel... relay: Add buffer-only channels; useful for early logging.
2008-07-14 Eduard - Gabriel... Full conversion to early_initcall() interface, remove...
2008-07-14 Eduard - Gabriel... Better interface for hooking early initcalls.
2008-07-13 Linus TorvaldsLinux 2.6.26
2008-07-13 Li Zefandevcgroup: fix permission check when adding entry to...
2008-07-13 Li Zefandevcgroup: always show positive major/minor num
2008-07-13 Jiri PirkoDocumentation/HOWTO: correct wrong kernel bugzilla...
2008-07-13 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-07-13 Dmitry Adamushkocpusets, hotplug, scheduler: fix scheduler domain breakage
2008-07-12 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
...
heads
15 years ago master