lkml.org 
[lkml]   [2015]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH perf/core 6/8] perf-probe: Add --no-inlines option to avoid searching inline functions
Em Wed, May 06, 2015 at 09:46:51PM +0900, Masami Hiramatsu escreveu:
> Add --no-inlines(--inlines) option to avoid searching inline
> functions.
> Searching all functions which matches glob pattern can take a
> long time and find a lot of inline functions. With this option
> perf-probe searches target on the non-inlined functions.
>
>
> ret = add_perf_probe_events(params.events, params.nevents,
> params.max_probe_points,
> - params.force_add);
> + params.force_add,
> + params.no_inlines);

So, there is just one call to this function, and all the parameters come
from the 'param' struct, why not just pass it?

- Arnaldo


\
 
 \ /
  Last update: 2015-05-06 18:41    [W:0.102 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site