开发者

Tracing Pthread calls

开发者 https://www.devze.com 2023-03-10 04:26 出处:网络
开发者_JAVA百科I\'m interested in tracing pthread calls in linux. I have found this tool \"http://nptltracetool.sourceforge.net/\" but unfortunately it does not work with 64 bit architecture which I h
开发者_JAVA百科

I'm interested in tracing pthread calls in linux. I have found this tool "http://nptltracetool.sourceforge.net/" but unfortunately it does not work with 64 bit architecture which I have. Does anybody know a tool or method which will do it for me?


There are lots of tools for tracing pthread calls:

  • Linux Trace Toolkit
  • EZTrace
  • VampirTrace


I have written a small tool called mutextrace; this one has a focus on mutex debugging and cannot do much, but should give you a good starting point.

I also accept patches or offers to take over the package and do something sensible with it, as my time is rather limited at the moment (so I spend it on SO).

0

精彩评论

暂无评论...
验证码 换一张
取 消