Re: [PATCH 4/7] perf scripts: Export a find_scripts() function

2012-09-03 Thread Namhyung Kim
On Mon, 3 Sep 2012 16:14:30 +0800, Feng Tang wrote: > So that other perf commands/browser has a way to dig out the available > scripts info in system, this is a preparation for the script browser. > > Signed-off-by: Feng Tang > --- > tools/perf/builtin-script.c | 46 >

Re: [PATCH 4/7] perf scripts: Export a find_scripts() function

2012-09-03 Thread Namhyung Kim
On Mon, 3 Sep 2012 16:14:30 +0800, Feng Tang wrote: > So that other perf commands/browser has a way to dig out the available > scripts info in system, this is a preparation for the script browser. > > Signed-off-by: Feng Tang > --- > tools/perf/builtin-script.c | 46 >

[PATCH 4/7] perf scripts: Export a find_scripts() function

2012-09-03 Thread Feng Tang
So that other perf commands/browser has a way to dig out the available scripts info in system, this is a preparation for the script browser. Signed-off-by: Feng Tang --- tools/perf/builtin-script.c | 46 +++ tools/perf/builtin.h|1 + 2 files