Searched refs:tep_event_handler_func (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/traceevent/Documentation/ |
A D | libtraceevent-reg_event_handler.txt | 20 … const char pass:[*]_sys_name_, const char pass:[*]_event_name_, tep_event_handler_func _func_, vo… 21 … id, const char pass:[*]sys_name, const char pass:[*]event_name, tep_event_handler_func func, void… 23 typedef int (*pass:[*]tep_event_handler_func*)(struct trace_seq pass:[*]s, struct tep_record pass:[…
|
A D | libtraceevent.txt | 36 … const char pass:[*]_sys_name_, const char pass:[*]_event_name_, tep_event_handler_func _func_, vo… 37 … id, const char pass:[*]sys_name, const char pass:[*]event_name, tep_event_handler_func func, void…
|
/linux/tools/lib/traceevent/ |
A D | event-parse.h | 48 typedef int (*tep_event_handler_func)(struct trace_seq *s, typedef 277 tep_event_handler_func handler; 502 tep_event_handler_func func, void *context); 505 tep_event_handler_func func, void *context);
|
A D | event-parse.c | 86 tep_event_handler_func func; 7325 tep_event_handler_func func, void *context) in tep_register_event_handler() 7374 tep_event_handler_func func, void *context) in handle_matches() 7409 tep_event_handler_func func, void *context) in tep_unregister_event_handler()
|
Completed in 17 milliseconds