itrace.txt 646 B

12345678910111213141516171819202122
  1. i synthesize instructions events
  2. b synthesize branches events
  3. c synthesize branches events (calls only)
  4. r synthesize branches events (returns only)
  5. x synthesize transactions events
  6. e synthesize error events
  7. d create a debug log
  8. g synthesize a call chain (use with i or x)
  9. The default is all events i.e. the same as --itrace=ibxe
  10. In addition, the period (default 100000) for instructions events
  11. can be specified in units of:
  12. i instructions
  13. t ticks
  14. ms milliseconds
  15. us microseconds
  16. ns nanoseconds (default)
  17. Also the call chain size (default 16, max. 1024) for instructions or
  18. transactions events can be specified.