Lines Matching refs:tracepoint
25 struct tracepoint;
37 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data);
39 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data,
42 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
45 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data);
47 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist()
54 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
66 void for_each_module_tracepoint(void (*fct)(struct tracepoint *,
70 void (*fct)(struct tracepoint *,
89 void for_each_module_tracepoint(void (*fct)(struct tracepoint *, in for_each_module_tracepoint() argument
96 void (*fct)(struct tracepoint *, in for_each_tracepoint_in_module() argument
120 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable()
127 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable()
146 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
157 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
238 extern struct tracepoint __tracepoint_##name; \
320 struct tracepoint __tracepoint_##_name __used \