Skip to content
Snippets Groups Projects
Commit a110d172 authored by Atul Kumar Pant's avatar Atul Kumar Pant Committed by Masami Hiramatsu (Google)
Browse files
parent 8a749fd1
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ struct my_data {
ktime_t entry_stamp;
};
/* Here we use the entry_hanlder to timestamp function entry */
/* Here we use the entry_handler to timestamp function entry */
static int entry_handler(struct kretprobe_instance *ri, struct pt_regs *regs)
{
struct my_data *data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment