Home
last modified time | relevance | path

Searched refs:tep_event_handler_func (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_event_handler.txt20 … 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:[…
Dlibtraceevent.txt36 … 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-v6.1/tools/lib/traceevent/
Devent-parse.h48 typedef int (*tep_event_handler_func)(struct trace_seq *s, typedef
278 tep_event_handler_func handler;
503 tep_event_handler_func func, void *context);
506 tep_event_handler_func func, void *context);
Devent-parse.c86 tep_event_handler_func func;
7346 tep_event_handler_func func, void *context) in tep_register_event_handler()
7395 tep_event_handler_func func, void *context) in handle_matches()
7430 tep_event_handler_func func, void *context) in tep_unregister_event_handler()