commit | 76c813e26606d35ea9d8d6f96e646b3944c730a9 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Apr 21 11:35:30 2016 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jun 20 09:54:18 2016 -0400 |
tree | e69cf6a6f21e4c9d9582a9cd9fb278c820057a13 | |
parent | 5cc8976bd52153678ca37cc1e3000833b20276f3 [diff] |
tracing: Move pid_list write processing into its own function The addition of PIDs into a pid_list via the write operation of set_event_pid is a bit complex. The same operation will be needed for function tracing pids. Move the code into its own generic function in trace.c, so that we can avoid duplication of this code. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>