Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_fprobe.c46 struct tracepoint *tpoint; member
77 return tf->tpoint != NULL; in trace_fprobe_is_tracepoint()
369 struct tracepoint *tpoint, in alloc_trace_fprobe() argument
389 tf->tpoint = tpoint; in alloc_trace_fprobe()
683 struct tracepoint *tpoint = tf->tpoint; in __register_trace_fprobe() local
684 unsigned long ip = (unsigned long)tpoint->probestub; in __register_trace_fprobe()
690 ret = tracepoint_probe_register_prio_may_exist(tpoint, in __register_trace_fprobe()
691 tpoint->probestub, NULL, 0); in __register_trace_fprobe()
708 tracepoint_probe_unregister(tf->tpoint, in __unregister_trace_fprobe()
709 tf->tpoint->probestub, NULL); in __unregister_trace_fprobe()
[all …]