commit | df9d36d9e8adefe0975c7b5888967651b3db3af3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Feb 06 17:10:12 2018 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Feb 08 10:13:09 2018 -0500 |
tree | 32731d7ed05478f7ba9d8a73a87bdc30380c6a2c | |
parent | 07234021410bbc27b7c86c18de98616c29fbe667 [diff] |
selftests/ftrace: Have reset_ftrace_filter handle modules If a function probe in set_ftrace_filter belongs to a module, it will contain the module name. Like: wmi_query_block [wmi]:traceoff:unlimited But writing: '!wmi_query_block [wmi]:traceoff' > set_ftrace_filter will cause an error. We still need to write: '!wmi_query_block:traceoff' > set_ftrace_filter Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>