Re: [PATCH v2 00/14] perf tools: Move perf subcommand framework into lib/tools

2015-12-10 Thread Josh Poimboeuf
On Thu, Dec 10, 2015 at 11:00:12AM +0900, Namhyung Kim wrote: > On Mon, Dec 07, 2015 at 10:21:38PM -0600, Josh Poimboeuf wrote: > > Ingo suggested that I factor out the perf subcommand functionality > > (originally copied from git) into tools/lib so that it can be used by > > stacktool[*] and possi

Re: [PATCH v2 00/14] perf tools: Move perf subcommand framework into lib/tools

2015-12-09 Thread Namhyung Kim
On Mon, Dec 07, 2015 at 10:21:38PM -0600, Josh Poimboeuf wrote: > Ingo suggested that I factor out the perf subcommand functionality > (originally copied from git) into tools/lib so that it can be used by > stacktool[*] and possibly others. > > All the subcommand option handling files have been mo