MySQL 9.1.0
Source Code Documentation
|
Performance schema instrumentation (declarations). More...
#include "my_psi_config.h"
#include <sys/types.h>
#include "my_macros.h"
#include "mysql/psi/psi_idle.h"
Go to the source code of this file.
Macros | |
#define | PSI_IDLE_CALL(M) pfs_##M##_v1 |
Functions | |
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. More... | |
void | pfs_end_idle_wait_v1 (PSI_idle_locker *locker) |
Implementation of the mutex instrumentation interface. More... | |
Performance schema instrumentation (declarations).
void pfs_end_idle_wait_v1 | ( | PSI_idle_locker * | locker | ) |
Implementation of the mutex instrumentation interface.
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.