Lines Matching refs:tep_function_handler
93 struct tep_function_handler { struct
94 struct tep_function_handler *next; argument
106 static void free_func_handle(struct tep_function_handler *func); argument
3403 static struct tep_function_handler *
3406 struct tep_function_handler *func; in find_func_handler()
3421 struct tep_function_handler *func; in remove_func_handler()
3422 struct tep_function_handler **next; in remove_func_handler()
3436 process_func_handler(struct tep_event *event, struct tep_function_handler *func, in process_func_handler()
3636 struct tep_function_handler *func; in process_function()
5058 struct tep_function_handler *func_handle = arg->func.func; in process_defined_func()
8196 static void free_func_handle(struct tep_function_handler *func) in free_func_handle()
8231 struct tep_function_handler *func_handle; in tep_register_print_function()
8316 struct tep_function_handler *func_handle; in tep_unregister_print_function()
8569 struct tep_function_handler *func_handler; in tep_free()