Commit 44a6a4ee1aed0eada8f21e6db81b4cd099788f82

Authored by Tom Zanussi
Committed by Steven Rostedt
1 parent a439059610

tracing: Add missing syscall_metadata comment

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/trace/syscall.h
... ... @@ -16,6 +16,7 @@
16 16 * @nb_args: number of parameters it takes
17 17 * @types: list of types as strings
18 18 * @args: list of args as strings (args[i] matches types[i])
  19 + * @enter_fields: list of fields for syscall_enter trace event
19 20 * @enter_event: associated syscall_enter trace event
20 21 * @exit_event: associated syscall_exit trace event
21 22 */