26#ifndef TELEMETRY_PSI_H_INCLUDED
27#define TELEMETRY_PSI_H_INCLUDED
unsigned int PSI_cond_key
Instrumented cond key.
Definition: psi_cond_bits.h:44
unsigned int PSI_mutex_key
Instrumented mutex key.
Definition: psi_mutex_bits.h:52
unsigned int PSI_thread_key
Instrumented thread key.
Definition: psi_thread_bits.h:50
Definition: option_usage.cc:40
void cleanup_mutexes()
Definition: tm_psi.cc:110
PSI_thread_key g_otel_blrp_thread_key
Definition: tm_psi.cc:63
PSI_mutex_key g_notify_mutex_key
Definition: tm_psi.cc:34
PSI_mutex_key g_option_usage_mutex_key
Definition: tm_psi.cc:37
PSI_thread_key g_otel_bsp_thread_key
Definition: tm_psi.cc:61
PSI_thread_key g_otel_otlp_metrics_exporter_thread_key
Definition: tm_psi.cc:65
PSI_thread_key g_otel_otlp_logs_exporter_thread_key
Definition: tm_psi.cc:66
PSI_stage_info g_session_stage
Definition: tm_psi.cc:56
void init_mutexes()
Definition: tm_psi.cc:100
PSI_mutex_key g_meter_mutex_key
Definition: tm_psi.cc:36
PSI_thread_key g_otel_metric_periodic_reader_thread_key
Definition: tm_psi.cc:62
PSI_mutex_key g_metric_mutex_key
Definition: tm_psi.cc:35
void register_performance_schema()
Definition: tm_psi.cc:88
PSI_thread_key g_otel_otlp_traces_exporter_thread_key
Definition: tm_psi.cc:64
PSI_cond_key g_notify_cond_key
Definition: tm_psi.cc:49
Stage instrument information.
Definition: psi_stage_bits.h:74