diff options
Diffstat (limited to 'trace/control.h')
-rw-r--r-- | trace/control.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/trace/control.h b/trace/control.h index 570492d6e8..1f81c491b6 100644 --- a/trace/control.h +++ b/trace/control.h @@ -120,22 +120,6 @@ static const char * trace_event_get_name(TraceEvent *ev); ((id ##_ENABLED) && id ##_BACKEND_DSTATE()) /** - * trace_event_get_vcpu_state: - * @vcpu: Target vCPU. - * @id: Event identifier name. - * - * Get the tracing state of an event (both static and dynamic) for the given - * vCPU. - * - * If the event has the disabled property, the check will have no performance - * impact. - */ -#define trace_event_get_vcpu_state(vcpu, id) \ - ((id ##_ENABLED) && \ - trace_event_get_vcpu_state_dynamic_by_vcpu_id( \ - vcpu, _ ## id ## _EVENT.vcpu_id)) - -/** * trace_event_get_state_static: * @id: Event identifier. * @@ -156,14 +140,6 @@ static bool trace_event_get_state_static(TraceEvent *ev); static bool trace_event_get_state_dynamic(TraceEvent *ev); /** - * trace_event_get_vcpu_state_dynamic: - * - * Get the dynamic tracing state of an event for the given vCPU. - */ -static bool trace_event_get_vcpu_state_dynamic(CPUState *vcpu, TraceEvent *ev); - - -/** * trace_event_set_state_dynamic: * * Set the dynamic tracing state of an event. |