commit | 345ddcc882d8896dcbdcb3e0ee4a415fc23ec8b0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Fri Apr 22 18:11:33 2016 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jun 20 09:54:19 2016 -0400 |
tree | 49af19740e387650bd088a321e2add61b03bbd36 | |
parent | 76c813e26606d35ea9d8d6f96e646b3944c730a9 [diff] |
ftrace: Have set_ftrace_pid use the bitmap like events do Convert set_ftrace_pid to use the bitmap like set_event_pid does. This allows for instances to use the pid filtering as well, and will allow for function-fork option to set if the children of a traced function should be traced or not. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>