]> git.kaiwu.me - haproxy.git/commit
MINOR: activity: support aggregating by caller also for memprofile
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2026 17:03:26 +0000 (18:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:38 +0000 (18:06 +0100)
commit892adf3cc1f02bcebe806f1b9889c0d7f0872e33
treedd436d646de9211a48c96d3eff702d8a9d4be0ec
parent17cbec485a404db7999eac5f78f85e4d77f2e85e
MINOR: activity: support aggregating by caller also for memprofile

"show profiling" supports "aggr" for tasks but it was ignored for
memory. Now that we're having many more entries, it makes sense to
have it to ignore the call path and merge similar operations.
src/activity.c