What were you trying to do that didn't work?
/usr/share/bcc/tools/tcpaccept does not print accept() calls.
What is the impact of this issue to you?
Unable to track tcp accept calls
Please provide the package NVR for which the bug is seen:
bcc-tools-0.32.0-1.el10.x86_64
How reproducible is this bug?:
always
Steps to reproduce
1. Install bcc-tools
2. Start /usr/share/bcc/tools/tcpaccept
3. Make a tcp connection from outside
4. Wait for tcp connect information
Expected results
Print those sockets which make accept() calls
Actual results
None is printed