Lines Matching refs:tep_function_handler
95 struct tep_function_handler { struct
96 struct tep_function_handler *next; argument
108 static void free_func_handle(struct tep_function_handler *func); argument
2977 static struct tep_function_handler *
2980 struct tep_function_handler *func; in find_func_handler()
2995 struct tep_function_handler *func; in remove_func_handler()
2996 struct tep_function_handler **next; in remove_func_handler()
3010 process_func_handler(struct tep_event *event, struct tep_function_handler *func, in process_func_handler()
3102 struct tep_function_handler *func; in process_function()
4230 struct tep_function_handler *func_handle = arg->func.func; in process_defined_func()
7147 static void free_func_handle(struct tep_function_handler *func) in free_func_handle()
7182 struct tep_function_handler *func_handle; in tep_register_print_function()
7267 struct tep_function_handler *func_handle; in tep_unregister_print_function()
7520 struct tep_function_handler *func_handler; in tep_free()