Home
last modified time | relevance | path

Searched refs:trace_event_dyn_busy (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_dynevent.c54 bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy() function
H A Dtrace_events_synth.c1491 if (trace_event_dyn_busy(&se->call)) in destroy_synth_event()
2223 if (trace_event_dyn_busy(&event->call)) in synth_event_release()
H A Dtrace_fprobe.c797 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
H A Dtrace_uprobe.c401 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
H A Dtrace_kprobe.c550 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
/linux-6.15/include/linux/
H A Dtrace_events.h399 bool trace_event_dyn_busy(struct trace_event_call *call);
409 static inline bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy() function