commit | 83c07ecc4203728e85fc4a2ce6fdf25d16ea118e | [log] [tgz] |
---|---|---|
author | Tom Zanussi <tom.zanussi@linux.intel.com> | Fri Sep 22 14:58:18 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Oct 04 13:05:42 2017 -0400 |
tree | c104ef79f4e69ac38d0f30b1abef8bc7101f4d87 | |
parent | a15f7fc20389a8827d5859907568b201234d4b79 [diff] |
tracing: Remove lookups from tracing_map hitcount Lookups inflate the hitcount, making it essentially useless. Only inserts and updates should really affect the hitcount anyway, so explicitly filter lookups out. Link: http://lkml.kernel.org/r/c8d9dc39d269a8abf88bf4102d0dfc65deb0fc7f.1506105045.git.tom.zanussi@linux.intel.com Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>