Puiu Anton cbc985da8e teme inserate | 2 years ago | |
---|---|---|
.. | ||
checker | 2 years ago | |
intr | 2 years ago | |
mem | 2 years ago | |
sync | 2 years ago | |
Kbuild | 2 years ago | |
README.md | 2 years ago | |
kdata.h | 2 years ago | |
kmodules.h | 2 years ago | |
ktracer.h | 2 years ago | |
tracer.h | 2 years ago | |
tracer_main.c | 2 years ago |
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.