MySQL 9.7.0
Source Code Documentation
tm_psi.cc File Reference
#include "tm_psi.h"
#include "mysql/components/services/bits/psi_bits.h"
#include "tm_global.h"
#include "tm_log.h"
#include "tm_required_services.h"

Namespaces

namespace  telemetry
 

Functions

void telemetry::register_performance_schema ()
 
void telemetry::init_mutexes ()
 
void telemetry::cleanup_mutexes ()
 

Variables

PSI_mutex_key telemetry::g_notify_mutex_key = PSI_NOT_INSTRUMENTED
 
PSI_mutex_key telemetry::g_metric_mutex_key = PSI_NOT_INSTRUMENTED
 
PSI_mutex_key telemetry::g_meter_mutex_key = PSI_NOT_INSTRUMENTED
 
PSI_mutex_key telemetry::g_option_usage_mutex_key = PSI_NOT_INSTRUMENTED
 
static PSI_mutex_info telemetry::all_mutexes []
 
PSI_cond_key telemetry::g_notify_cond_key = PSI_NOT_INSTRUMENTED
 
static PSI_cond_info telemetry::all_conds []
 
PSI_stage_info telemetry::g_session_stage
 
static PSI_stage_infotelemetry::all_stages [] = {&g_session_stage}
 
PSI_thread_key telemetry::g_otel_bsp_thread_key = PSI_NOT_INSTRUMENTED
 
PSI_thread_key telemetry::g_otel_metric_periodic_reader_thread_key = PSI_NOT_INSTRUMENTED
 
PSI_thread_key telemetry::g_otel_blrp_thread_key = PSI_NOT_INSTRUMENTED
 
PSI_thread_key telemetry::g_otel_otlp_traces_exporter_thread_key = PSI_NOT_INSTRUMENTED
 
PSI_thread_key telemetry::g_otel_otlp_metrics_exporter_thread_key = PSI_NOT_INSTRUMENTED
 
PSI_thread_key telemetry::g_otel_otlp_logs_exporter_thread_key = PSI_NOT_INSTRUMENTED
 
static PSI_thread_info telemetry::all_threads []