aboutsummaryrefslogtreecommitdiff
path: root/riscv/tracer.h
AgeCommit message (Collapse)AuthorFilesLines
2022-10-04Suppress most unused variable warningsAndrew Waterman1-1/+1
2015-09-08Add facility to instrument specific opcodesAndrew Waterman1-0/+11
It's not ideal, because it requires modifying tracer.h. A more general facility would allow overriding the instruction execution function for a given opcode dynamically.