Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtracepoint-defs.h39 typedef const int tracepoint_ptr_t; typedef
41 typedef struct tracepoint * const tracepoint_ptr_t; typedef
Dtracepoint.h103 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
114 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
120 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
Dmodule.h434 tracepoint_ptr_t *tracepoints_ptrs;
/Linux-v4.19/kernel/
Dtracepoint.c31 extern tracepoint_ptr_t __start___tracepoints_ptrs[];
32 extern tracepoint_ptr_t __stop___tracepoints_ptrs[];
375 tracepoint_ptr_t *begin, tracepoint_ptr_t *end, in for_each_tracepoint_range()
379 tracepoint_ptr_t *iter; in for_each_tracepoint_range()