Home
last modified time | relevance | path

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

/kernel/
Dtracepoint.c30 extern struct tracepoint * const __start___tracepoints_ptrs[];
31 extern struct tracepoint * const __stop___tracepoints_ptrs[];
258 struct tracepoint *elem, int active) in set_tracepoint()
287 static void disable_tracepoint(struct tracepoint *elem) in disable_tracepoint()
305 static void tracepoint_update_probe_range(struct tracepoint * const *begin, in tracepoint_update_probe_range()
306 struct tracepoint * const *end) in tracepoint_update_probe_range()
308 struct tracepoint * const *iter; in tracepoint_update_probe_range()
537 static int tracepoint_get_iter_range(struct tracepoint * const **tracepoint, in tracepoint_get_iter_range() argument
538 struct tracepoint * const *begin, struct tracepoint * const *end) in tracepoint_get_iter_range()
540 if (!*tracepoint && begin != end) { in tracepoint_get_iter_range()
[all …]
DMakefile94 obj-$(CONFIG_TRACEPOINTS) += tracepoint.o
Dmodule.c3841 struct tracepoint * const *tp) in module_layout()