forked from Minki/linux
tracing/filters: Fix to make system filter work
commit fce29d15b5
("tracing/filters: Refactor subsystem filter code")
broke system filter accidentally.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <4AE810BD.3070009@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
66bd8424cc
commit
3ed67776fc
@ -1230,12 +1230,12 @@ static int replace_system_preds(struct event_subsystem *system,
|
|||||||
struct filter_parse_state *ps,
|
struct filter_parse_state *ps,
|
||||||
char *filter_string)
|
char *filter_string)
|
||||||
{
|
{
|
||||||
struct event_filter *filter = system->filter;
|
|
||||||
struct ftrace_event_call *call;
|
struct ftrace_event_call *call;
|
||||||
bool fail = true;
|
bool fail = true;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
list_for_each_entry(call, &ftrace_events, list) {
|
list_for_each_entry(call, &ftrace_events, list) {
|
||||||
|
struct event_filter *filter = call->filter;
|
||||||
|
|
||||||
if (!call->define_fields)
|
if (!call->define_fields)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user