Lines Matching refs:tpoint

47 	struct tracepoint	*tpoint;  member
78 return tf->tpoint != NULL; in trace_fprobe_is_tracepoint()
387 struct tracepoint *tpoint, in alloc_trace_fprobe() argument
407 tf->tpoint = tpoint; in alloc_trace_fprobe()
701 struct tracepoint *tpoint = tf->tpoint; in __register_trace_fprobe() local
702 unsigned long ip = (unsigned long)tpoint->probestub; in __register_trace_fprobe()
708 ret = tracepoint_probe_register_prio_may_exist(tpoint, in __register_trace_fprobe()
709 tpoint->probestub, NULL, 0); in __register_trace_fprobe()
726 tracepoint_probe_unregister(tf->tpoint, in __unregister_trace_fprobe()
727 tf->tpoint->probestub, NULL); in __unregister_trace_fprobe()
728 tf->tpoint = NULL; in __unregister_trace_fprobe()
879 tracepoint_probe_unregister(tf->tpoint, in __tracepoint_probe_module_cb()
880 tf->tpoint->probestub, NULL); in __tracepoint_probe_module_cb()
881 tf->tpoint = NULL; in __tracepoint_probe_module_cb()
897 struct tracepoint *tpoint; member
904 if (!data->tpoint && !strcmp(data->tp_name, tp->name)) in __find_tracepoint_cb()
905 data->tpoint = tp; in __find_tracepoint_cb()
916 return data.tpoint; in find_tracepoint()
998 struct tracepoint *tpoint = NULL; in __trace_fprobe_create() local
1082 tpoint = find_tracepoint(symbol); in __trace_fprobe_create()
1083 if (!tpoint) { in __trace_fprobe_create()
1089 (unsigned long)tpoint->probestub, in __trace_fprobe_create()
1112 tf = alloc_trace_fprobe(group, event, symbol, tpoint, maxactive, in __trace_fprobe_create()
1123 (unsigned long)tf->tpoint->probestub); in __trace_fprobe_create()