Messages in this thread |  | | | Subject | Re: [PATCH 1/3] tools lib traceevent: Do not link broken field arg for an old ftrace event | | From | Steven Rostedt <> | | Date | Tue, 12 Jun 2012 13:51:40 -0400 |
| |
On Tue, 2012-06-12 at 16:42 +0900, Namhyung Kim wrote: > From: Namhyung Kim <namhyung.kim@lge.com> > > Defer linking a newly allocated arg to print_fmt.args until > all of its field is setup so that later access to ->field.name > cannot be NULL. > > Cc: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
-- Steve
> Signed-off-by: Namhyung Kim <namhyung@kernel.org> > --- > tools/lib/traceevent/event-parse.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c
|  |