[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091015103614.GA20291@elte.hu>
Date: Thu, 15 Oct 2009 12:36:14 +0200
From: Ingo Molnar <mingo@...e.hu>
To: tip-bot for Li Zefan <lizf@...fujitsu.com>
Cc: linux-tip-commits@...r.kernel.org, linux-kernel@...r.kernel.org,
hpa@...or.com, mingo@...hat.com, tzanussi@...il.com,
peterz@...radead.org, fweisbec@...il.com, rostedt@...dmis.org,
tglx@...utronix.de
Subject: Re: [tip:perf/core] tracing/filters: Refactor subsystem filter code
* tip-bot for Li Zefan <lizf@...fujitsu.com> wrote:
> Commit-ID: fce29d15b59245597f7f320db4a9f2be0f5fb512
> Gitweb: http://git.kernel.org/tip/fce29d15b59245597f7f320db4a9f2be0f5fb512
> Author: Li Zefan <lizf@...fujitsu.com>
> AuthorDate: Thu, 15 Oct 2009 11:20:34 +0800
> Committer: Ingo Molnar <mingo@...e.hu>
> CommitDate: Thu, 15 Oct 2009 11:35:22 +0200
the filter variable was not initialized here - i have applied the fix
below.
Ingo
Index: linux/kernel/trace/trace_events_filter.c
===================================================================
--- linux.orig/kernel/trace/trace_events_filter.c
+++ linux/kernel/trace/trace_events_filter.c
@@ -1230,8 +1230,8 @@ static int replace_system_preds(struct e
struct filter_parse_state *ps,
char *filter_string)
{
+ struct event_filter *filter = system->filter;
struct ftrace_event_call *call;
- struct event_filter *filter;
int err;
bool fail = true;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists