/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Analysis/instrumentation/pin.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 03:52:00 UTC
  • Revision ID: csa@suren.me-20150821035200-xu1zh22cqlk2omcq
Profiling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 * pintool - Pin is a tool for the dynamic instrumentation of programs: it may
 
2
 inject arbitrary code (written in C or C++) at arbitrary places in the 
 
3
 executable. Pin adds the code dynamically while the executable is running. 
 
4
 This also makes it possible to attach Pin to an already running process.
 
5