summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2007-01-20inotify-syscalls.h: Add syscall numbers for m68kTobias Klauser1-0/+4
2007-01-20inotify-syscalls.h: Check whether the syscall numbers are already definedTobias Klauser1-2/+4
2006-10-21Unify wording all over the treeTobias Klauser1-1/+1
2006-09-24Add license and copyright.Tobias Klauser1-0/+9
2006-08-20Syscall number updateTobias Klauser1-4/+32
2006-03-13Initial importTobias Klauser1-0/+61
60eaa167e'>patch) tree1a88c37725d3efbcde8fa0a3cf19490d793877f0 /kernel/trace/trace_functions.c parent6e0f17be0361444862637e8986c8c1a3b3f8dcf8 (diff)
ftrace: Pass ftrace_ops as third parameter to function trace callback
Currently the function trace callback receives only the ip and parent_ip of the function that it traced. It would be more powerful to also return the ops that registered the function as well. This allows the same function to act differently depending on what ftrace_ops registered it. Link: http://lkml.kernel.org/r/20120612225424.267254552@goodmis.org Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_functions.c')