diff options
Diffstat (limited to 'trace/control.h')
-rw-r--r-- | trace/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace/control.h b/trace/control.h index da9bb6b774..6af7ddc628 100644 --- a/trace/control.h +++ b/trace/control.h @@ -104,7 +104,7 @@ static const char * trace_event_get_name(TraceEvent *ev); * As a down side, you must always use an immediate #TraceEventID value. */ #define trace_event_get_state(id) \ - ((id ##_ENABLED) && trace_event_get_state_dynamic(trace_event_id(id))) + ((id ##_ENABLED) && trace_event_get_state_dynamic_by_id(id)) /** * trace_event_get_state_static: |