Home
last modified time | relevance | path

Searched refs:tep_function_handler (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/lib/traceevent/
Devent-parse.h272 struct tep_function_handler;
275 struct tep_function_handler *func;
527 struct tep_function_handler *func_handlers;
Devent-parse.c86 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()
[all …]