[PATCH 06/21] perf report: Cache cumulative callchains

2014-03-19 Thread Namhyung Kim
It is possble that a callchain has cycles or recursive calls. In that case it'll end up having entries more than 100% overhead in the output. In order to prevent such entries, cache each callchain node and skip if same entry already cumulated. Tested-by: Arun Sharma Acked-by: Jiri Olsa Cc: Fre

[PATCH 06/21] perf report: Cache cumulative callchains

2014-02-06 Thread Namhyung Kim
It is possble that a callchain has cycles or recursive calls. In that case it'll end up having entries more than 100% overhead in the output. In order to prevent such entries, cache each callchain node and skip if same entry already cumulated. Tested-by: Arun Sharma Cc: Frederic Weisbecker Sig

[PATCH 06/21] perf report: Cache cumulative callchains

2014-01-22 Thread Namhyung Kim
It is possble that a callchain has cycles or recursive calls. In that case it'll end up having entries more than 100% overhead in the output. In order to prevent such entries, cache each callchain node and skip if same entry already cumulated. Tested-by: Arun Sharma Cc: Frederic Weisbecker Sig