commit | ebed9628f5c2101e1ab546de3b0742e0bb9eba3c | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Mar 26 13:14:25 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Mar 27 16:39:02 2020 -0400 |
tree | f731c13b0766899037e65c0007b9a07646e997ef | |
parent | ed8839e072b8f4a8e17575fd22fe5348fe6d6a2a [diff] |
selftests/ftrace: Add test to test new set_event_notrace_pid file A new file was added to the tracing directory that will allow a user to place a PID into it and the task associated to that PID will not have its events traced. If the event-fork option is enabled, then neither will the children of that task have its events traced. Cc: linux-kselftest@vger.kernel.org Cc: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>