Puiu Anton cbc985da8e teme inserate 2 years ago
..
checker cbc985da8e teme inserate 2 years ago
intr cbc985da8e teme inserate 2 years ago
mem cbc985da8e teme inserate 2 years ago
sync cbc985da8e teme inserate 2 years ago
Kbuild cbc985da8e teme inserate 2 years ago
README.md cbc985da8e teme inserate 2 years ago
kdata.h cbc985da8e teme inserate 2 years ago
kmodules.h cbc985da8e teme inserate 2 years ago
ktracer.h cbc985da8e teme inserate 2 years ago
tracer.h cbc985da8e teme inserate 2 years ago
tracer_main.c cbc985da8e teme inserate 2 years ago

README.md

Kprobe based tracer

Build a kernel operations surveillant.

With this surveillant, we aim to intercept:

* kmalloc and kfree calls
* schedule calls
* up and down_interruptible calls
* mutex_lock and mutex_unlock calls

The surveillant will hold, at the process level, the number of calls for each of the above functions. For the kmalloc and kfree calls the total quantity of allocated and deallocated memory will be shown.