Home
last modified time | relevance | path

Searched refs:TRACE_EVENT_FL_DYNAMIC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_dynevent.c27 if (WARN_ON_ONCE(!(dyn_call->flags & TRACE_EVENT_FL_DYNAMIC))) in trace_event_dyn_try_get_ref()
43 if (WARN_ON_ONCE(!(call->flags & TRACE_EVENT_FL_DYNAMIC))) in trace_event_dyn_put_ref()
H A Dtrace_dynevent.h87 call->flags |= TRACE_EVENT_FL_DYNAMIC; in dyn_event_add()
H A Dtrace_events.c2840 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in __register_event()
2977 if (WARN_ON_ONCE(call->flags & TRACE_EVENT_FL_DYNAMIC)) in update_event_fields()
3315 if ((call->flags & TRACE_EVENT_FL_DYNAMIC) || !call->module) in trace_module_remove_events()
3862 if (!(call->flags & TRACE_EVENT_FL_DYNAMIC) && in __trace_early_add_events()
H A Dtrace.c3798 if ((event->flags & TRACE_EVENT_FL_DYNAMIC) || !event->module) in trace_safe_str()
/openbmc/linux/include/linux/
H A Dtrace_events.h361 TRACE_EVENT_FL_DYNAMIC = (1 << TRACE_EVENT_FL_DYNAMIC_BIT), enumerator
428 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_try_get_ref()
436 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_put_ref()