#include <XCoffFile.h>
#include <IdenticalInstrumentor.h>
#include <BasicBlockCounter.h>
#include <CacheSimulator.h>
#include <BasicBlockTracer.h>
#include <CountAllBlocks.h>
#include <DataExtender.h>
Go to the source code of this file.
Enumerations | |
enum | InstrumentationType { unknown_inst_type = 0, identical_inst_type, frequency_inst_type, simulation_inst_type, simucntr_inst_type, bbtrace_inst_type, countblocks_inst_type, data_extender_type, Total_InstrumentationType } |
Functions | |
void | printBriefOptions () |
void | printUsage (char *argv[], bool shouldExt=false) |
int | main (int argc, char *argv[]) |
|
|
|
|
Definition at line 10 of file main.C. Referenced by printUsage(). |
|
Definition at line 30 of file main.C. References printBriefOptions(). Referenced by main(). |