netty5/transport-native-epoll
T Jake Luciani 8d664fa0fd Include frame-pointer to improve epoll flamegraph tracing
Motivation:

When attempting to flamegraph netty w/ epoll it was noticed the stacks are lost going from
java to epoll lib.

Modifications:

added the -fno-omit-framepointer flag to compiler flags to ensure the fp is kept intact

Result:

Flamegraphs will now show native code in the same stack as java code using perf-java-flames
2016-12-07 08:06:26 +01:00
..
src Correctly mark EpollServerDomainSocketChannel.isActive() as true after bind is complete.] 2016-12-01 21:26:11 +01:00
pom.xml Include frame-pointer to improve epoll flamegraph tracing 2016-12-07 08:06:26 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.