Re: [PATCHv11a 2.6.36-rc2-tip 12/15] 12: perf: show possible probesin a given file.

From: Masami Hiramatsu
Date: Wed Oct 20 2010 - 05:56:48 EST


Hi Srikar,

(2010/08/27 23:21), Srikar Dronamraju wrote:
> Introduces -S/--show_functions option for perf-probe.
> This lists function names in a File. If no file is specified, then lists
> functions in the current running kernel.

Hmm, I think the basic functionality of this patch (I mean
functions in running kernel) could be merged separately
from this series.


> + OPT_BOOLEAN('S', "show_functions", &params.list_functions,
> + "Show potential probes."),
> + OPT_CALLBACK('D', "limit_dsos", NULL, "DSO",
> + "Limit Dsos.", opt_limit_dsos),

However, I'd rather use --funcs/-F and --dso/-D instead of
above. :)

Thank you,

--
Masami HIRAMATSU
2nd Dept. Linux Technology Center
Hitachi, Ltd., Systems Development Laboratory
E-mail: masami.hiramatsu.pt@xxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/