Home
last modified time | relevance | path

Searched refs:trace_event_dyn_try_get_ref (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dtrace_events.h409 bool trace_event_dyn_try_get_ref(struct trace_event_call *call);
413 static inline bool trace_event_dyn_try_get_ref(struct trace_event_call *call) in trace_event_dyn_try_get_ref() function
431 return trace_event_dyn_try_get_ref(call); in trace_event_try_get_ref()
/linux/kernel/trace/
H A Dtrace_dynevent.c22 bool trace_event_dyn_try_get_ref(struct trace_event_call *dyn_call) in trace_event_dyn_try_get_ref() function