Searched refs:tep_func_handler (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/tools/lib/traceevent/Documentation/ | 
| D | libtraceevent-reg_print_func.txt | 24 typedef unsigned long long (*pass:[*]tep_func_handler*)(struct trace_seq pass:[*]s, unsigned long l…26 int *tep_register_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, enum te…
 27 int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char …
 
 | 
| D | libtraceevent.txt | 39 …int *tep_register_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, enum t…40 …int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char…
 
 | 
| /Linux-v5.10/tools/lib/traceevent/ | 
| D | event-parse.h | 311 typedef unsigned long long (*tep_func_handler)(struct trace_seq *s,  typedef507 				tep_func_handler func,
 511 				  tep_func_handler func, char *name);
 
 | 
| D | event-parse.c | 99 	tep_func_handler		func;7178 				tep_func_handler func,  in tep_register_print_function()
 7265 				  tep_func_handler func, char *name)  in tep_unregister_print_function()
 
 |