Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtracepoint-defs.h44 typedef const int tracepoint_ptr_t; typedef
46 typedef struct tracepoint * const tracepoint_ptr_t; typedef
Dtracepoint.h114 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
125 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
Dmodule.h466 tracepoint_ptr_t *tracepoints_ptrs;
/linux-6.1.9/kernel/
Dtracepoint.c25 extern tracepoint_ptr_t __start___tracepoints_ptrs[];
26 extern tracepoint_ptr_t __stop___tracepoints_ptrs[];
558 tracepoint_ptr_t *begin, tracepoint_ptr_t *end, in for_each_tracepoint_range()
562 tracepoint_ptr_t *iter; in for_each_tracepoint_range()