![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
An event record. More...
#include <pfs_events.h>
Public Member Functions | |
| PFS_events & | operator= (const PFS_events &rhs)=default | 
Public Attributes | |
| ulonglong | m_thread_internal_id | 
| THREAD_ID.  More... | |
| ulonglong | m_event_id | 
| EVENT_ID.  More... | |
| ulonglong | m_end_event_id | 
| END_EVENT_ID.  More... | |
| enum_event_type | m_event_type | 
| (EVENT_TYPE)  More... | |
| ulonglong | m_nesting_event_id | 
| NESTING_EVENT_ID.  More... | |
| enum_event_type | m_nesting_event_type | 
| NESTING_EVENT_TYPE.  More... | |
| uint | m_nesting_event_level | 
| NESTING_EVENT_LEVEL.  More... | |
| PFS_instr_class * | m_class | 
| Instrument metadata.  More... | |
| ulonglong | m_timer_start | 
| Timer start.  More... | |
| ulonglong | m_timer_end | 
| Timer end.  More... | |
| const char * | m_source_file | 
| Location of the instrumentation in the source code (file name).  More... | |
| uint | m_source_line | 
| Location of the instrumentation in the source code (line number).  More... | |
An event record.
      
  | 
  default | 
| PFS_instr_class* PFS_events::m_class | 
Instrument metadata.
| ulonglong PFS_events::m_end_event_id | 
END_EVENT_ID.
| ulonglong PFS_events::m_event_id | 
EVENT_ID.
| enum_event_type PFS_events::m_event_type | 
(EVENT_TYPE)
| ulonglong PFS_events::m_nesting_event_id | 
NESTING_EVENT_ID.
| uint PFS_events::m_nesting_event_level | 
NESTING_EVENT_LEVEL.
| enum_event_type PFS_events::m_nesting_event_type | 
NESTING_EVENT_TYPE.
| const char* PFS_events::m_source_file | 
Location of the instrumentation in the source code (file name).
| uint PFS_events::m_source_line | 
Location of the instrumentation in the source code (line number).
| ulonglong PFS_events::m_thread_internal_id | 
THREAD_ID.
| ulonglong PFS_events::m_timer_end | 
Timer end.
This member is populated only if m_class->m_timed is true. 
| ulonglong PFS_events::m_timer_start | 
Timer start.
This member is populated only if m_class->m_timed is true.