Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
kretprobe_example.c File Reference
#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")
 

Function Documentation

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  
)