Definition at line 777 of file pfm_gen_analysis.cpp.
 
◆ S_module()
◆ add_sample()
  
  | 
        
          | void S_module::add_sample | ( | const char * | index, |  
          |  |  | unsigned int | value |  
          |  | ) |  |  |  | inline | 
 
 
◆ clear()
◆ get_arch()
◆ get_c_mask()
  
  | 
        
          | unsigned int S_module::get_c_mask | ( |  | ) |  |  | inline | 
 
 
◆ get_event()
◆ get_inv_mask()
  
  | 
        
          | unsigned int S_module::get_inv_mask | ( |  | ) |  |  | inline | 
 
 
◆ get_max()
  
  | 
        
          | bool S_module::get_max | ( | char * | index, |  
          |  |  | unsigned int & | value |  
          |  | ) |  |  |  | inline | 
 
Definition at line 821 of file pfm_gen_analysis.cpp.
  823                                      []( 
const auto& lhs, 
const auto& rhs ) { return lhs.second < rhs.second; } );
 
  825     strcpy( index, ( max_pos->first ).c_str() );
 
  826     value = max_pos->second;
 
 
 
 
◆ get_module_name()
◆ get_smpl_period()
  
  | 
        
          | unsigned int S_module::get_smpl_period | ( |  | ) |  |  | inline | 
 
 
◆ get_total_num_samples()
  
  | 
        
          | unsigned int S_module::get_total_num_samples | ( |  | ) |  |  | inline | 
 
 
◆ init()
  
  | 
        
          | 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 | 
 
 
◆ set_total()
  
  | 
        
          | void S_module::set_total | ( | unsigned int | total | ) |  |  | inline | 
 
 
◆ arch
◆ cmask
  
  | 
        
          | unsigned int S_module::cmask |  | private | 
 
 
◆ event
◆ inv
  
  | 
        
          | unsigned int S_module::inv |  | private | 
 
 
◆ module_name
◆ samples
◆ sp
  
  | 
        
          | unsigned int S_module::sp |  | private | 
 
 
◆ total_num_samples
  
  | 
        
          | unsigned int S_module::total_num_samples |  | private | 
 
 
The documentation for this class was generated from the following file: