Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse-local.h82 struct tep_function_handler *func_handlers;
Devent-parse.h217 struct tep_function_handler;
220 struct tep_function_handler *func;
Devent-parse.c95 struct tep_function_handler { struct
96 struct tep_function_handler *next; argument
108 static void free_func_handle(struct tep_function_handler *func); argument
2987 static struct tep_function_handler *
2990 struct tep_function_handler *func; in find_func_handler()
3005 struct tep_function_handler *func; in remove_func_handler()
3006 struct tep_function_handler **next; in remove_func_handler()
3020 process_func_handler(struct tep_event *event, struct tep_function_handler *func, in process_func_handler()
3112 struct tep_function_handler *func; in process_function()
4247 struct tep_function_handler *func_handle = arg->func.func; in process_defined_func()
[all …]