tcp: Add APICall trace entry and move TRACEs into locked parts.
commitbc49140bab90e562dfff8a30f99e647c11779b30
authorMichael Lotz <mmlr@mlotz.ch>
Sun, 2 Aug 2015 18:31:50 +0000 (2 20:31 +0200)
committerMichael Lotz <mmlr@mlotz.ch>
Sun, 2 Aug 2015 21:21:11 +0000 (2 23:21 +0200)
tree954d2e0e7377bb728b665e47eb2f86f25d6989b7
parent05220224ffc203b62a13169288c178553e98ccb8
tcp: Add APICall trace entry and move TRACEs into locked parts.

The APICall trace entry just records the function name but this is
enough to deduce where some of the state changes come from.

Also move the TRACE macros past the MutexLockers to ensure that their
output happens at the time when the methods actually run.
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp