Searched refs:tpoint (Results 1 – 1 of 1) sorted by relevance
48 struct tracepoint *tpoint; member79 return tf->tpoint != NULL; in trace_fprobe_is_tracepoint()388 struct tracepoint *tpoint, in alloc_trace_fprobe() argument409 tf->tpoint = tpoint; in alloc_trace_fprobe()680 struct tracepoint *tpoint = tf->tpoint; in __regsiter_tracepoint_fprobe() local681 unsigned long ip = (unsigned long)tpoint->probestub; in __regsiter_tracepoint_fprobe()689 ret = tracepoint_probe_register_prio_may_exist(tpoint, in __regsiter_tracepoint_fprobe()690 tpoint->probestub, NULL, 0); in __regsiter_tracepoint_fprobe()724 if (tf->tpoint == TRACEPOINT_STUB) in __register_trace_fprobe()741 tracepoint_probe_unregister(tf->tpoint, in __unregister_trace_fprobe()[all …]