Steven, po 15. 9. 2025 v 20:11 odesÃlatel Wander Lairson Costa <[email protected]> napsal: > > The condition to check if the actions buffer needs to be resized was > incorrect. The check `self->size >= self->len` would evaluate to > true on almost every call to `actions_new()`, causing the buffer to > be reallocated unnecessarily each time an action was added. > > Fix the condition to `self->len >= self.size`, ensuring > that the buffer is only resized when it is actually full. > > Fixes: 6ea082b171e00 ("rtla/timerlat: Add action on threshold feature") > Signed-off-by: Wander Lairson Costa <[email protected]> > > --- > v1 -> v2 > * Put the commit message in imperative language > > --- > tools/tracing/rtla/src/actions.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Can you take this fix as well? Thank you. Tomas PS: This should be all for RTLA now.
