]> git.kaiwu.me - haproxy.git/commit
MINOR: filters: set the exec context to the current filter config
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2026 19:22:18 +0000 (20:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:38 +0000 (18:06 +0100)
commit3fb8659d045fe972b3a38fd1108a07fe3a55bf3a
treefce0077bffeaf5a59f9650f7b4d8af29dea762de
parent43b56c22c70b2af7bfcafd884ebacf88acd3b2a1
MINOR: filters: set the exec context to the current filter config

Doing this allows to report the allocations/releases performed by filters
when running with memory profiling enabled. The flt_conf pointer is kept
and the report shows the filter name.
include/haproxy/tinfo-t.h
src/filters.c
src/tools.c