[PATCH 3/3] perf report: Enable the runtime switching of perf data file

2012-11-20 Thread Feng Tang
This is for tui browser only. This patch will check the returned key of tui hists browser, if it's K_SWITH_INPUT_DATA, then recreate a session for the new selected data file. Signed-off-by: Feng Tang --- tools/perf/builtin-report.c | 22 +++--- 1 file changed, 19 insertions(+),

Re: [PATCH 3/3] perf report: Enable the runtime switching of perf data file

2012-11-01 Thread Namhyung Kim
Hi Feng, On Thu, 1 Nov 2012 00:00:57 +0800, Feng Tang wrote: > This is for tui browser only. This patch will check the returned > key of tui hists browser, if it's K_SWITH_INPUT_DATA, then recreate > a session for the new selected data file. You may want to add my previous patch [1] to your patc

[PATCH 3/3] perf report: Enable the runtime switching of perf data file

2012-10-31 Thread Feng Tang
This is for tui browser only. This patch will check the returned key of tui hists browser, if it's K_SWITH_INPUT_DATA, then recreate a session for the new selected data file. Signed-off-by: Feng Tang --- tools/perf/builtin-report.c | 18 -- 1 file changed, 16 insertions(+), 2 d