|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/kprobes.h>#include <linux/ktime.h>#include <linux/limits.h>#include <linux/sched.h>Go to the source code of this file.
Data Structures | |
| struct | my_data |
Functions | |
| module_param_string (func, func_name, NAME_MAX, S_IRUGO) | |
| MODULE_PARM_DESC (func,"Function to kretprobe; this module will report the"" function's execution time") | |
1.8.2