commit | 59e65b3358f44d4d0134eca3b6c269f359f21cd5 | [log] [tgz] |
---|---|---|
author | Wei Yang <richard.weiyang@linux.alibaba.com> | Mon Aug 31 11:11:00 2020 +0800 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Oct 08 15:29:06 2020 -0400 |
tree | e874d9cc9d84a563d4dc87cfad0159c3796c71a3 | |
parent | 8db4d6bfbbf9206567fd529dc73dc058b3929db0 [diff] |
ftrace: Use fls() to get the bits for dup_hash() The effect here is to get the number of bits, lets use fls() to do this job. Link: https://lkml.kernel.org/r/20200831031104.23322-3-richard.weiyang@linux.alibaba.com Signed-off-by: Wei Yang <richard.weiyang@linux.alibaba.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>