Re: (subset) [PATCH v3 00/50] Improvements to memory use

From: Namhyung Kim
Date: Thu Oct 26 2023 - 13:11:29 EST


On Tue, 24 Oct 2023 15:23:03 -0700, Ian Rogers wrote:
> Fix memory leaks detected by address/leak sanitizer affecting LBR
> call-graphs, perf mem and BPF offcpu.
>
> Make branch_type_stat in callchain_list optional as it is large and
> not always necessary - in particular it isn't used by perf top.
>
> Make the allocations of zstd streams, kernel symbols and event copies
> lazier in order to save memory in cases like perf record.
>
> [...]

Applied the first 11 patches to perf-tool-next, thanks!