Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtracepoint-defs.h44 typedef const int tracepoint_ptr_t; typedef
46 typedef struct tracepoint * const tracepoint_ptr_t; typedef
Dtracepoint.h104 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
115 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
121 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
Dmodule.h468 tracepoint_ptr_t *tracepoints_ptrs;
/Linux-v5.10/kernel/
Dtracepoint.c18 extern tracepoint_ptr_t __start___tracepoints_ptrs[];
19 extern tracepoint_ptr_t __stop___tracepoints_ptrs[];
389 tracepoint_ptr_t *begin, tracepoint_ptr_t *end, in for_each_tracepoint_range()
393 tracepoint_ptr_t *iter; in for_each_tracepoint_range()