DBT-RISE-TGC/src/iss/plugin
Eyck Jentzsch 980c8031c3 fixes tohost behavior of SC wrapper and cycle-estimate plugin 2023-10-25 20:37:10 +02:00
..
README.md adds tracing functionality 2023-09-22 12:40:35 +02:00
cycle_estimate.cpp fixes tohost behavior of SC wrapper and cycle-estimate plugin 2023-10-25 20:37:10 +02:00
cycle_estimate.h fixes tohost behavior of SC wrapper and cycle-estimate plugin 2023-10-25 20:37:10 +02:00
instruction_count.cpp update plugins to read YAML file 2023-09-30 22:10:24 +02:00
instruction_count.h update plugins to read YAML file 2023-09-30 22:10:24 +02:00

README.md

pctrace

Trace functionality to allow visualizing coverage in lcov and cachegrind tools. Use environment variables NOCOMPRES and REGDUMP to toggle functionality.

  • NOCOMPRES: any value turns off the LZ4 compression
  • REGDUMP: any value switches to tracing the registers instead. Also turns off compression.

Known Bugs:

  • currently does not work correctly with jit backends, the plugin cant tell if instructions are compressed. Additionaly the cost of instrs that raise a trap is not known. It takes the cost of the instrid -1 (0 at the moment).