Re: [PATCH 06/14] perf tool: Add hpp interface to enable/disable hpp column

2012-09-27 Thread Namhyung Kim
On Thu, 27 Sep 2012 13:09:27 +0200, Jiri Olsa wrote: > Adding perf_hpp__column_enable function to enable/disable hists > column and removing diff command specific stuff 'need_pair and > show_displacement' from hpp code. > > The diff command now enables/disables columns separately according > to the

[PATCH 06/14] perf tool: Add hpp interface to enable/disable hpp column

2012-09-27 Thread Jiri Olsa
Adding perf_hpp__column_enable function to enable/disable hists column and removing diff command specific stuff 'need_pair and show_displacement' from hpp code. The diff command now enables/disables columns separately according to the user arguments. This will be helpful in future patches where mo