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:
Nathan Dautenhahn
2017-07-07 23:42:05 -04:00
parent 78e5ddc675
commit b47c64f525
11 changed files with 7883 additions and 0 deletions

View File

@@ -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)