commit | 6aea49cb5f3001a8275bf9c9f586ec3eb39af194 | [log] [tgz] |
---|---|---|
author | Fengguang Wu <fengguang.wu@intel.com> | Wed Nov 21 15:13:47 2012 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jan 21 13:22:31 2013 -0500 |
tree | 22686355e55018678044f144a939dfeed82a5539 | |
parent | d24d7dbf3cc49b00a152e55e24f0eeb173c7a971 [diff] |
tracing/syscalls: Make local functions static Some functions in the syscall tracing is used only locally to the file, but they are labeled global. Convert them to static functions. Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>