commit | c20489dad156dd9919ebd854bbace46dbd2576a3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Mar 29 14:55:49 2017 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Mar 31 18:00:36 2017 -0400 |
tree | 40e4de91b732a352d9bd55617e63b14b286992cc | |
parent | c1bc5919f6741cc4b0c83e3058b3d65d76c943e3 [diff] |
ftrace: Assign iter->hash to filter or notrace hashes on seq read Instead of testing if the hash to use is the filter_hash or the notrace_hash at each iteration, do the test at open, and set the iter->hash to point to the corresponding filter or notrace hash. Then use that directly instead of testing which hash needs to be used each iteration. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>