Lines Matching refs:tracepoint
109 static inline void release_probes(struct tracepoint *tp, struct tracepoint_func *old) in release_probes()
262 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call()
277 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func()
350 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func()
425 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist()
454 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio()
482 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register()
496 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister()
512 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range()
588 static void tp_module_going_check_quiescent(struct tracepoint *tp, void *priv) in tp_module_going_check_quiescent()
699 void (*fct)(struct tracepoint *tp, in for_each_tracepoint_in_module()
722 void for_each_module_tracepoint(void (*fct)(struct tracepoint *tp, in for_each_module_tracepoint()
740 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()