mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +00:00
Add Memorizer to projects
This commits an initial version of the Memorizer tracing tool. It collects and outputs detailed data on the objects (traced from kmalloc/kmem_cache_alloc) and accesses, tracking the context of each event with respect to thread ID, program counter, and for allocations name of process. Signed-off-by: Nathan Dautenhahn <ndd@cis.upenn.edu>
This commit is contained in:
@@ -24,6 +24,8 @@ If you want to create a project, please submit a pull request to create a new di
|
||||
IMA policies
|
||||
- [shiftfs](shiftfs/) is a filesystem for mapping mountpoints across user
|
||||
namespaces
|
||||
- [Memorizer](memorizer/) is a tool to trace intra-kernel
|
||||
memory operations.
|
||||
|
||||
## Current projects not yet documented
|
||||
- VMWare support (VMWare)
|
||||
|
Reference in New Issue
Block a user