Lines Matching full:event
13 #include "event-internal.h"
17 size_t event; member
27 * @iter: the event iterator struct
29 * Initialize the event iterator struct @iter,
36 * @iter: the event iterator struct
39 * Initialize the event iterator struct @iter,
47 * @iter: the event iterator struct
50 * Initialize the event iterator struct @iter,
57 * @iter: the event iterator struct
59 * Get the next event, if any. When this returns NULL,
62 * Returns: the next event, or NULL if no more events exist
69 * @id: Event name.
71 * Search an event by its name.
80 * Whether the given string is an event name pattern.
88 * Get the identifier of an event.
95 * Get the name of an event.
101 * @id: Event identifier name.
103 * Get the tracing state of an event, both static and the QEMU dynamic state.
105 * If the event has the disabled property, the check will have no performance
113 * @id: Event identifier name.
115 * Get the tracing state of an event, both static and dynamic state from all
118 * If the event has the disabled property, the check will have no performance
121 * Returns: true if at least one backend has the event enabled and the event
129 * @id: Event identifier.
131 * Get the static tracing state of an event.
141 * Get the dynamic tracing state of an event.
143 * If the event has the 'vcpu' property, gets the OR'ed state of all vCPUs.
150 * Set the dynamic tracing state of an event.
152 * If the event has the 'vcpu' property, sets the state on all vCPUs.