MySQL 9.0.0
Source Code Documentation
pfs_system_provider.h File Reference

Performance schema instrumentation (declarations). More...

#include "my_psi_config.h"
#include <sys/types.h>
#include <time.h>
#include "my_inttypes.h"
#include "my_macros.h"
#include "mysql/psi/psi_system.h"

Go to the source code of this file.

Macros

#define PSI_SYSTEM_CALL(M)   pfs_##M##_v1
 

Functions

void pfs_unload_plugin_v1 (const char *plugin_name)
 Implementation of the thread instrumentation interface. More...
 

Detailed Description

Performance schema instrumentation (declarations).

Macro Definition Documentation

◆ PSI_SYSTEM_CALL

#define PSI_SYSTEM_CALL (   M)    pfs_##M##_v1

Function Documentation

◆ pfs_unload_plugin_v1()

void pfs_unload_plugin_v1 ( const char *  plugin_name)

Implementation of the thread instrumentation interface.

See also
PSI_v1::unload_plugin.