On Tue, 17 Nov 2020 18:08:19 -0500 (EST) Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx> wrote: > Because of this end-of-loop condition ^ > which is also testing for a NULL func. So if we reach a stub, we end up stopping > iteration and not firing the following tracepoint probes. Ah right. OK, since it's looking like we're going to have to modify the tracepoint macro anyway, I'll just go with the 1UL approach. -- Steve