Skip to content

Utility to keep track of dynamics of a process's address space in Linux

Notifications You must be signed in to change notification settings

HExSA-Lab/aspace-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool is used to detect write-after-read patterns for the 
zero page in linux. It will take a PID as its argument, and
will detect all zero pages in the process, and will delegate
a kernel module to track those zero pages. 

New memory allocations will also be tracked.

The idea here is that we get a time delta between when the zero
page was handed to the process and when the process actually wrote
to the page causing a promotion to a real physical page.

About

Utility to keep track of dynamics of a process's address space in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published