aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2013-06-29 00:08:05 -0500
committerSteven Rostedt <rostedt@goodmis.org>2013-07-01 20:34:25 -0400
commit44a6a4ee1aed0eada8f21e6db81b4cd099788f82 (patch)
tree5321e95c8cbde9b630171eb7527ce8d8d68b1120 /include/trace
parenttracing: Simplify code for showing of soft disabled flag (diff)
downloadlinux-dev-44a6a4ee1aed0eada8f21e6db81b4cd099788f82.tar.xz
linux-dev-44a6a4ee1aed0eada8f21e6db81b4cd099788f82.zip
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>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h
index 84bc4197e736..fed853f3d7aa 100644
--- a/include/trace/syscall.h
+++ b/include/trace/syscall.h
@@ -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
*/