Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
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()
Dtrace_dynevent.h87 call->flags |= TRACE_EVENT_FL_DYNAMIC; in dyn_event_add()
Dtrace_events.c2678 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in __register_event()
2815 if (WARN_ON_ONCE(call->flags & TRACE_EVENT_FL_DYNAMIC)) in update_event_fields()
3153 if ((call->flags & TRACE_EVENT_FL_DYNAMIC) || !call->module) in trace_module_remove_events()
3700 if (!(call->flags & TRACE_EVENT_FL_DYNAMIC) && in __trace_early_add_events()
Dtrace.c3805 if ((event->flags & TRACE_EVENT_FL_DYNAMIC) || !event->module) in trace_safe_str()
/linux-6.6.21/include/linux/
Dtrace_events.h358 TRACE_EVENT_FL_DYNAMIC = (1 << TRACE_EVENT_FL_DYNAMIC_BIT), enumerator
424 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_try_get_ref()
432 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_put_ref()