lkml.org 
[lkml]   [2012]   [Jul]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/16] tools lib traceevent: Pass string type argument to args
    Date
    From: Namhyung Kim <namhyung.kim@lge.com>

    It seems PEVENT_FUNC_ARG_STRING missed passing the allocated string to
    the args array. Fix it.

    Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Namhyung Kim <namhyung@gmail.com>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: David Ahern <dsahern@gmail.com>
    Link: http://lkml.kernel.org/r/1335157118-14658-7-git-send-email-namhyung.kim@lge.com
    Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
    Signed-off-by: Namhyung Kim <namhyung@kernel.org>
    ---
    tools/lib/traceevent/event-parse.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c
    index 05eb6b40b16a..337ca02fb525 100644
    --- a/tools/lib/traceevent/event-parse.c
    +++ b/tools/lib/traceevent/event-parse.c
    @@ -3489,6 +3489,7 @@ process_defined_func(struct trace_seq *s, void *data, int size,
    if (!string->str)
    die("malloc str");

    + args[i] = (unsigned long long)string->str;
    strings = string;
    trace_seq_destroy(&str);
    break;
    --
    1.7.10.4


    \
     
     \ /
      Last update: 2012-07-04 08:21    [W:3.900 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site