Lines Matching defs:tp
308 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call()
323 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func()
396 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func()
472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist()
501 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio()
529 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register()
543 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister()
559 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range()
635 static void tp_module_going_check_quiescent(struct tracepoint *tp, void *priv) in tp_module_going_check_quiescent()
745 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()
797 static int rvh_func_add(struct tracepoint *tp, struct tracepoint_func *func) in rvh_func_add()
821 static int android_rvh_add_func(struct tracepoint *tp, struct tracepoint_func *func) in android_rvh_add_func()
840 int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data) in android_rvh_probe_register()