diff options
author | Jiri Olsa <jolsa@redhat.com> | 2011-08-11 16:25:45 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-08-19 14:35:51 -0400 |
commit | 81570d9caaad46a056580c9af078c5c55e6c764f (patch) | |
tree | 7a0684a47659215b5714c4de64e5147c5be1c2a4 /security | |
parent | 2f3aa7a06f6f48d6f78a90595b17e6beafa7abf6 (diff) | |
download | linux-stable-81570d9caaad46a056580c9af078c5c55e6c764f.tar.gz linux-stable-81570d9caaad46a056580c9af078c5c55e6c764f.tar.bz2 linux-stable-81570d9caaad46a056580c9af078c5c55e6c764f.zip |
tracing/filter: Use static allocation for filter predicates
Don't dynamically allocate filter_pred struct, use static memory.
This way we can get rid of the code managing the dynamic filter_pred
struct object.
The create_pred function integrates create_logical_pred function.
This way the static predicate memory is returned only from
one place.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1313072754-4620-2-git-send-email-jolsa@redhat.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions