24#ifndef COMPONENTS_SERVICES_PSI_IDLE_SERVICE_H
25#define COMPONENTS_SERVICES_PSI_IDLE_SERVICE_H
void(* end_idle_wait_v1_t)(struct PSI_idle_locker *locker)
Record an idle instrumentation wait end event.
Definition: psi_idle_bits.h:81
struct PSI_idle_locker *(* start_idle_wait_v1_t)(struct PSI_idle_locker_state_v1 *state, const char *src_file, unsigned int src_line)
Record an idle instrumentation wait start event.
Definition: psi_idle_bits.h:73
Performance schema instrumentation interface.
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86