diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-05-02 23:34:47 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-05-18 21:29:46 +0200 |
commit | 33dc9b1267d59cef46ff0bd6bc043190845dc919 (patch) | |
tree | d5a3f78a6aabcd33b9848d3bf86b9b53ff6ea2e0 /scripts/config | |
parent | ftrace: Create a global_ops to hold the filter and notrace hashes (diff) | |
download | linux-33dc9b1267d59cef46ff0bd6bc043190845dc919.tar.xz linux-33dc9b1267d59cef46ff0bd6bc043190845dc919.zip |
ftrace: Separate hash allocation and assignment
When filtering, allocate a hash to insert the function records.
After the filtering is complete, assign it to the ftrace_ops structure.
This allows the ftrace_ops structure to have a much smaller array of
hash buckets instead of wasting a lot of memory.
A read only empty_hash is created to be the minimum size that any ftrace_ops
can point to.
When a new hash is created, it has the following steps:
o Allocate a default hash.
o Walk the function records assigning the filtered records to the hash
o Allocate a new hash with the appropriate size buckets
o Move the entries from the default hash to the new hash.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'scripts/config')
0 files changed, 0 insertions, 0 deletions