Lines Matching defs:handler_name
129 static void handler_call_die(const char *handler_name) in handler_call_die()
149 static PyObject *get_handler(const char *handler_name) in get_handler()
169 static void try_call_object(const char *handler_name, PyObject *args) in try_call_object()
213 const char *handler_name = "define_flag_value"; in define_value() local
254 const char *handler_name = "define_flag_field"; in define_field() local
937 static char handler_name[256]; in python_process_tracepoint() local
1460 static char handler_name[64]; in python_process_general_event() local
1517 const char *handler_name; in python_process_throttle() local
1548 const char *handler_name = "context_switch"; in python_do_process_switch() local
1601 const char *handler_name = "auxtrace_error"; in python_process_auxtrace_error() local
1652 static char handler_name[256]; in process_stat() local
1703 static const char handler_name[] = "stat__interval"; in python_process_stat_interval() local
1776 #define SET_TABLE_HANDLER_(name, handler_name, table_name) do { \ argument