commit | 5cc8976bd52153678ca37cc1e3000833b20276f3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Apr 20 15:19:54 2016 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jun 20 09:54:17 2016 -0400 |
tree | ec30f4a4b19cf5da11a5d798343cb89d1bd26f1a | |
parent | d8275c454dcdba296675221b4c12f19d1b6e0ee8 [diff] |
tracing: Move the pid_list seq_file functions to be global To allow other aspects of ftrace to use the pid_list logic, we need to reuse the seq_file functions. Making the generic part into functions that can be called by other files will help in this regard. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>