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

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.