MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pfs.h File Reference
#include <my_global.h>
#include <my_pthread.h>
#include <mysql/psi/psi.h>
Include dependency graph for pfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 pthread_key (PFS_thread *, THR_PFS)

Variables

struct PSI_bootstrap PFS_bootstrap
bool THR_PFS_initialized

Detailed Description

Performance schema instrumentation (declarations).

Definition in file pfs.h.

Function Documentation

pthread_key ( PFS_thread ,
THR_PFS   
)

Performance schema Thread Local Storage key.

Variable Documentation

struct PSI_bootstrap PFS_bootstrap

Entry point to the performance schema implementation. This singleton is used to discover the performance schema services.

Definition at line 5254 of file pfs.cc.

bool THR_PFS_initialized

True when THR_PFS is initialized.

Definition at line 1114 of file pfs.cc.