Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtracepoint-defs.h39 typedef const int tracepoint_ptr_t; typedef
41 typedef struct tracepoint * const tracepoint_ptr_t; typedef
Dtracepoint.h101 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
112 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
118 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
Dmodule.h451 tracepoint_ptr_t *tracepoints_ptrs;
/Linux-v5.4/kernel/
Dtracepoint.c18 extern tracepoint_ptr_t __start___tracepoints_ptrs[];
19 extern tracepoint_ptr_t __stop___tracepoints_ptrs[];
362 tracepoint_ptr_t *begin, tracepoint_ptr_t *end, in for_each_tracepoint_range()
366 tracepoint_ptr_t *iter; in for_each_tracepoint_range()