TEMU
4.4
The Terma Emulator
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | xemu_writeBranchCounters (const char *fileName) |
uint64_t * | xemu_getBranchCounter (uint64_t src, uint64_t tgt) |
uint64_t* xemu_getBranchCounter | ( | uint64_t | src, |
uint64_t | tgt | ||
) |
Get a branch counter for the specific arc
src | Source physical address |
tgt | Target physical address |
int xemu_writeBranchCounters | ( | const char * | fileName | ) |
Experimental coverage support
This file declares a number of functions useful for working with coverage.
The support here is experimental.
Write branch counters in YAML format
Coverage is stored using physical addresses.
fileName | Name of file to write |