MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_events Struct Reference

#include <pfs_events.h>

Inheritance diagram for PFS_events:
Collaboration diagram for PFS_events:

Public Attributes

ulonglong m_thread_internal_id
ulonglong m_event_id
ulonglong m_end_event_id
enum_event_type m_event_type
ulonglong m_nesting_event_id
enum_event_type m_nesting_event_type
PFS_instr_classm_class
ulonglong m_timer_start
ulonglong m_timer_end
const char * m_source_file
uint m_source_line

Detailed Description

An event record.

Definition at line 29 of file pfs_events.h.

Member Data Documentation

PFS_instr_class* PFS_events::m_class

Instrument metadata.

Definition at line 44 of file pfs_events.h.

ulonglong PFS_events::m_end_event_id

END_EVENT_ID.

Definition at line 36 of file pfs_events.h.

ulonglong PFS_events::m_event_id

EVENT_ID.

Definition at line 34 of file pfs_events.h.

enum_event_type PFS_events::m_event_type

(EVENT_TYPE)

Definition at line 38 of file pfs_events.h.

ulonglong PFS_events::m_nesting_event_id

NESTING_EVENT_ID.

Definition at line 40 of file pfs_events.h.

enum_event_type PFS_events::m_nesting_event_type

NESTING_EVENT_TYPE

Definition at line 42 of file pfs_events.h.

const char* PFS_events::m_source_file

Location of the instrumentation in the source code (file name).

Definition at line 56 of file pfs_events.h.

uint PFS_events::m_source_line

Location of the instrumentation in the source code (line number).

Definition at line 58 of file pfs_events.h.

ulonglong PFS_events::m_thread_internal_id

THREAD_ID.

Definition at line 32 of file pfs_events.h.

ulonglong PFS_events::m_timer_end

Timer end. This member is populated only if m_class->m_timed is true.

Definition at line 54 of file pfs_events.h.

ulonglong PFS_events::m_timer_start

Timer start. This member is populated only if m_class->m_timed is true.

Definition at line 49 of file pfs_events.h.


The documentation for this struct was generated from the following file: