Hi -
> How did you find out the function `tcp_cong_control' is compiled
> inline? Grepping /proc/kallsyms and didn't find it?
I ran
% stap -L 'kernel.function("tcp_cong_control").*'
and it showed an .inline variant only, no .call/.return.
- FChE