#include "full_profile.h"#include "value_profile.h"#include "branch_profile.h"#include "trace_profile.h"#include "bb_edge_profile.h"#include <stdio.h>#include <string.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | usage () |
| void | parse_arg (int argc, char **argv) |
| void | show_arg () |
| void | doit () |
| int | main (int argc, char **argv) |
Variables | |
| int | PROFILE = 0 |
| int | OPTION = 0 |
| int | METHOD = 0 |
| char | input_filename [128] |
| char | opcode [128] |
| int | yydebug |
|
|
|
|
||||||||||||
|
Definition at line 45 of file profile_studio.cpp. References doit(), fprintf(), parse_arg(), show_arg(), and usage(). |
|
||||||||||||
|
Referenced by main(). |
|
|
|
|
|
Definition at line 27 of file utils.cpp. References exit(). |
|
|
Definition at line 35 of file profile_studio.cpp. Referenced by Value_Profile::lego_write(), Trace_Profile::lego_write(), Full_Profile::lego_write(), Branch_Profile::lego_write(), and BB_Edge_Profile::lego_write(). |
|
|
Definition at line 34 of file profile_studio.cpp. |
|
|
|
Definition at line 33 of file profile_studio.cpp. |
|
|
Definition at line 32 of file profile_studio.cpp. |
|
|
Definition at line 43 of file profile_studio.cpp. |
1.3.2