lkml.org 
[lkml]   [2016]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 05/10] perf tools: Add dynamic sort key for tracepoint events
On Mon, Dec 21, 2015 at 11:26:48PM +0900, Namhyung Kim wrote:

SNIP

> + free(str);
> + return ret;
> +}
> +
> static int __sort_dimension__add(struct sort_dimension *sd)
> {
> if (sd->taken)
> @@ -1667,6 +1887,9 @@ static int sort_dimension__add(const char *tok,

sort_dimension__add's evlist arg could loose the '__maybe_unused' now

thanks,
jirka

> return 0;
> }
>
> + if (!add_dynamic_entry(evlist, tok))
> + return 0;
> +
> return -ESRCH;
> }
>
> --
> 2.6.4
>


\
 
 \ /
  Last update: 2016-01-05 12:01    [W:0.079 / U:1.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site