Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c47 struct tracepoint *tpoint; member
78 return tf->tpoint != NULL; in trace_fprobe_is_tracepoint()
407 tf->tpoint = tpoint; in alloc_trace_fprobe()
701 struct tracepoint *tpoint = tf->tpoint; in __register_trace_fprobe() local
709 tpoint->probestub, NULL, 0); in __register_trace_fprobe()
728 tf->tpoint = NULL; in __unregister_trace_fprobe()
881 tf->tpoint = NULL; in __tracepoint_probe_module_cb()
897 struct tracepoint *tpoint; member
905 data->tpoint = tp; in __find_tracepoint_cb()
916 return data.tpoint; in find_tracepoint()
[all …]