[PATCH 11/15] perf report: Properly handle branch count in match_chain()

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff Some of the code paths I introduced before returned too early without running the code to handle a node's branch count. By refactoring match_chain to only have one exit point, this can be remedied. Signed-off-by: Milian Wolff

[PATCH 11/15] perf report: Properly handle branch count in match_chain()

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff Some of the code paths I introduced before returned too early without running the code to handle a node's branch count. By refactoring match_chain to only have one exit point, this can be remedied. Signed-off-by: Milian Wolff Acked-by: Namhyung Kim Cc: David Ahern Cc: Jin