Re: [PATCH RFC V9 3/3] perf,tests: Add tests to callgraph and time parse

2015-08-07 Thread Jiri Olsa
On Thu, Aug 06, 2015 at 03:44:54PM -0400, kan.li...@intel.com wrote: > From: Kan Liang > > Add tests in tests/parse-events.c to check call-graph and time option > > Signed-off-by: Kan Liang Acked-by: Jiri Olsa thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH RFC V9 3/3] perf,tests: Add tests to callgraph and time parse

2015-08-06 Thread kan . liang
From: Kan Liang Add tests in tests/parse-events.c to check call-graph and time option Signed-off-by: Kan Liang --- tools/perf/tests/parse-events.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/tools/perf/tests/parse-events.c b/tools/perf/tests/pars