commit | b3d5f682a391b4669252ffb826e74be34ca17a5b | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Jan 06 10:43:32 2015 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jan 06 10:43:32 2015 -0500 |
tree | 329e4a7afbca9e6169e6f088363e3a14fc7de26f | |
parent | d5e29d68a3f1ef7f59f4717767fc2d11085bef7a [diff] |
trace-cmd profile: Make the event hash key a bit better The key is only using the event_data pointer to find the event, but the search also looks at the search_val and val, which causes lots of events to fall into the same bucket. Add the search_val and val fields into the key as well. Also increase the event buckets to 1024. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>