]> Pileus Git - ~andy/linux/commitdiff
tracing: Add missing syscall_metadata comment
authorTom Zanussi <tom.zanussi@intel.com>
Sat, 29 Jun 2013 05:08:05 +0000 (00:08 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 2 Jul 2013 00:34:25 +0000 (20:34 -0400)
Add the missing syscall_metadata description for the enter_fields
struct member.

Link: http://lkml.kernel.org/r/74c3407cd1e5d37f2c5aaca637aa4d35f66f1aa2.1372479499.git.tom.zanussi@linux.intel.com
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/syscall.h

index 84bc4197e73659c3ff48967e7710fbf5fb549c36..fed853f3d7aa8a637209bcd72f042a177b754aad 100644 (file)
@@ -16,6 +16,7 @@
  * @nb_args: number of parameters it takes
  * @types: list of types as strings
  * @args: list of args as strings (args[i] matches types[i])
+ * @enter_fields: list of fields for syscall_enter trace event
  * @enter_event: associated syscall_enter trace event
  * @exit_event: associated syscall_exit trace event
  */