23#ifndef COMPONENTS_SERVICES_PSI_IDLE_SERVICE_H
24#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:80
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:72
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:90
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:85