![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Information for all instrumentation. More...
#include <pfs_instr_class.h>
Public Member Functions | |
| bool | is_singleton () const | 
| bool | is_mutable () const | 
| bool | is_progress () const | 
| bool | is_shared_exclusive () const | 
| bool | is_priority () const | 
| bool | is_transferable () const | 
| bool | is_user () const | 
| bool | is_system_thread () const | 
| bool | is_global () const | 
| bool | has_seqnum () const | 
| bool | has_auto_seqnum () const | 
| bool | has_default_memory_cnt () const | 
| bool | has_enforced_memory_cnt () const | 
| bool | is_disabled () const | 
| bool | is_untimed () const | 
| void | set_enforced_flags (uint flags) | 
| void | enforce_valid_flags (uint allowed_flags) | 
| bool | is_deferred () const | 
| bool | can_be_timed () const | 
| bool | can_be_enforced () const | 
Static Public Member Functions | |
| static void | set_enabled (PFS_instr_class *pfs, bool enabled) | 
| static void | set_timed (PFS_instr_class *pfs, bool timed) | 
Public Attributes | |
| PFS_class_type | m_type | 
| Class type.  More... | |
| bool | m_enabled | 
| True if this instrument is enabled.  More... | |
| bool | m_timed | 
| True if this instrument is timed.  More... | |
| uint | m_flags | 
| Instrument flags.  More... | |
| uint | m_enforced_flags | 
| Instrument enforced flags.  More... | |
| int | m_volatility | 
| Volatility index.  More... | |
| uint | m_event_name_index | 
| Instrument name index.  More... | |
| PFS_instr_name | m_name | 
| Instrument name.  More... | |
| char * | m_documentation | 
| Documentation.  More... | |
Information for all instrumentation.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  static | 
      
  | 
  inline | 
      
  | 
  static | 
| char* PFS_instr_class::m_documentation | 
Documentation.
| bool PFS_instr_class::m_enabled | 
True if this instrument is enabled.
| uint PFS_instr_class::m_enforced_flags | 
Instrument enforced flags.
| uint PFS_instr_class::m_event_name_index | 
Instrument name index.
Self index in:
| uint PFS_instr_class::m_flags | 
Instrument flags.
| PFS_instr_name PFS_instr_class::m_name | 
Instrument name.
| bool PFS_instr_class::m_timed | 
True if this instrument is timed.
| PFS_class_type PFS_instr_class::m_type | 
Class type.
| int PFS_instr_class::m_volatility | 
Volatility index.