On Wed, Aug 14, 2013 at 08:05:55AM +0000, Frank H wrote: > Hi All: > > I'm beginner for Trinity tool, it's very good. Thanks a lot. > > When try command ./trinity -L , got some syscalls have 3 entrypoint , e.g: This is just a cosmetic thing. Ignoring the 64bit variants: > 32-bit entrypoint 28 fstatfs : Enabled > 32-bit entrypoint 100 fstatfs : Enabled This is actually fstatfs & fstatfs64 > 32-bit entrypoint 109 uname : Enabled > 32-bit entrypoint 122 uname : Enabled 'olduname' & 'uname' > 32-bit entrypoint 187 sendfile : Enabled > 32-bit entrypoint 239 sendfile : Enabled 'sendfile' & 'sendfile64' > 32-bit entrypoint 82 select : Enabled AVOID > 32-bit entrypoint 142 select : Enabled AVOID 'select' & 'newselect' Because trinity treats all these functions the same, rather than duplicate everything twice, we re-use the same syscall structure for both entries. Dave -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html