Lines Matching refs:tracepoint
24 struct tracepoint;
38 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data);
40 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data,
43 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
46 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data);
48 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist()
55 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
67 void for_each_module_tracepoint(void (*fct)(struct tracepoint *,
71 void (*fct)(struct tracepoint *,
90 void for_each_module_tracepoint(void (*fct)(struct tracepoint *, in for_each_module_tracepoint() argument
97 void (*fct)(struct tracepoint *, in for_each_tracepoint_in_module() argument
133 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
144 static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p) in tracepoint_ptr_deref()
274 extern struct tracepoint __tracepoint_##name; \
328 struct tracepoint __tracepoint_##_name __used \