Definition at line 803 of file pfm_gen_analysis.cpp.
void S_module::add_sample |
( |
const char * |
index, |
|
|
unsigned int |
value |
|
) |
| |
|
inline |
Definition at line 817 of file pfm_gen_analysis.cpp.
std::map< std::string, unsigned int > samples
unsigned int total_num_samples
unsigned int S_module::get_c_mask |
( |
| ) |
|
|
inline |
unsigned int S_module::get_inv_mask |
( |
| ) |
|
|
inline |
bool S_module::get_max |
( |
char * |
index, |
|
|
unsigned int * |
value |
|
) |
| |
|
inline |
Definition at line 852 of file pfm_gen_analysis.cpp.
855 unsigned int cur_max = 0;
858 if ( it->second > cur_max ) {
859 cur_max = it->second;
863 strcpy( index, ( max_pos->first ).c_str() );
864 *value = max_pos->second;
std::map< std::string, unsigned int > samples
unsigned int S_module::get_smpl_period |
( |
| ) |
|
|
inline |
unsigned int S_module::get_total_num_samples |
( |
| ) |
|
|
inline |
void S_module::init |
( |
const char * |
name, |
|
|
const char * |
architecture, |
|
|
const char * |
event_name, |
|
|
unsigned int |
c_mask, |
|
|
unsigned int |
inv_mask, |
|
|
unsigned int |
smpl_period |
|
) |
| |
|
inline |
void S_module::set_total |
( |
unsigned int |
total | ) |
|
|
inline |
unsigned int S_module::cmask |
|
private |
unsigned int S_module::inv |
|
private |
unsigned int S_module::sp |
|
private |
unsigned int S_module::total_num_samples |
|
private |
The documentation for this class was generated from the following file: