Lines Matching refs:tep_function_handler
86 struct tep_function_handler { struct
87 struct tep_function_handler *next; argument
99 static void free_func_handle(struct tep_function_handler *func); argument
2903 static struct tep_function_handler *
2906 struct tep_function_handler *func; in find_func_handler()
2921 struct tep_function_handler *func; in remove_func_handler()
2922 struct tep_function_handler **next; in remove_func_handler()
2936 process_func_handler(struct event_format *event, struct tep_function_handler *func, in process_func_handler()
2997 struct tep_function_handler *func; in process_function()
4121 struct tep_function_handler *func_handle = arg->func.func; in process_defined_func()
6450 static void free_func_handle(struct tep_function_handler *func) in free_func_handle()
6485 struct tep_function_handler *func_handle; in tep_register_print_function()
6570 struct tep_function_handler *func_handle; in tep_unregister_print_function()
6808 struct tep_function_handler *func_handler; in tep_free()