perf: Keep track of the max depth of a callchain
In order to implement callchains collapsing, we need to keep
track of the maximum depth in a histogram tree of callchains.
This way we'll avoid allocating an arbitrary temporary buffer
size on callchain merge time.
Signed-off-by:
Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Christoph Hellwig <hch@infradead.org>
Showing
- tools/perf/util/callchain.c 13 additions, 10 deletionstools/perf/util/callchain.c
- tools/perf/util/callchain.h 14 additions, 8 deletionstools/perf/util/callchain.h
- tools/perf/util/hist.c 1 addition, 1 deletiontools/perf/util/hist.c
- tools/perf/util/sort.h 1 addition, 1 deletiontools/perf/util/sort.h
Loading
Please register or sign in to comment