2bbc835376
This test places a kprobe to function getname_flags() in the kernel
which has the following prototype:
struct filename *getname_flags(const char __user *filename, int flags, int *empty)
The 'filename' argument points to a filename located in user space memory.
Looking at commit
|
||
---|---|---|
.. | ||
probe.sh | ||
probe_vfs_getname.sh |