23#ifndef PFS_IDLE_PROVIDER_H
24#define PFS_IDLE_PROVIDER_H
34#ifdef HAVE_PSI_IDLE_INTERFACE
35#if defined(MYSQL_SERVER) || defined(PFS_DIRECT_CALL)
36#ifndef MYSQL_DYNAMIC_PLUGIN
37#ifndef WITH_LOCK_ORDER
44#define PSI_IDLE_CALL(M) pfs_##M##_v1
47 const char *src_file, uint src_line);
struct PSI_idle_locker PSI_idle_locker
Definition: psi_idle_bits.h:40
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
PSI_idle_locker * pfs_start_idle_wait_v1(PSI_idle_locker_state *state, const char *src_file, uint src_line)
Implementation of the idle instrumentation interface.
Definition: pfs.cc:4916
void pfs_end_idle_wait_v1(PSI_idle_locker *locker)
Implementation of the mutex instrumentation interface.
Definition: pfs.cc:4998
Performance schema instrumentation interface.
State data storage for start_idle_wait_v1_t.
Definition: psi_idle_bits.h:51