Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index

CONFIG_KMEMTRACE: Trace SLAB allocations

General informations

The Linux kernel configuration item CONFIG_KMEMTRACE:

Help text

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.

This requires an userspace application to use. See Documentation/trace/kmemtrace.txt for more information.

Saying Y will make the kernel somewhat larger and slower. However, if you disable kmemtrace at run-time or boot-time, the performance impact is minimal (depending on the arch the kernel is built for).

If unsure, say N.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index

Automatically generated (in year 2024). See also LKDDb sources on GitLab