git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3aa7a
)
tracing/filter: Use static allocation for filter predicates
author
Jiri Olsa
<jolsa@redhat.com>
Thu, 11 Aug 2011 14:25:45 +0000
(16:25 +0200)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 19 Aug 2011 18:35:51 +0000
(14:35 -0400)
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>
kernel/trace/trace_events_filter.c
patch
|
blob
|
history
diff --cc
kernel/trace/trace_events_filter.c
Simple merge