Lines Matching refs:call_object

143 static void call_object(PyObject *handler, PyObject *args, const char *die_msg)  in call_object()  function
159 call_object(handler, args, handler_name); in try_call_object()
1057 call_object(handler, t, handler_name); in python_process_tracepoint()
1059 call_object(handler, t, default_handler_name); in python_process_tracepoint()
1146 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel()
1165 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine()
1186 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread()
1207 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm()
1226 call_object(tables->comm_thread_handler, t, "comm_thread_table"); in python_export_comm_thread()
1250 call_object(tables->dso_handler, t, "dso_table"); in python_export_dso()
1273 call_object(tables->symbol_handler, t, "symbol_table"); in python_export_symbol()
1291 call_object(tables->branch_type_handler, t, "branch_type_table"); in python_export_branch_type()
1335 call_object(tables->sample_handler, t, "sample_table"); in python_export_sample_table()
1351 call_object(tables->synth_handler, t, "synth_data"); in python_export_synth()
1385 call_object(tables->call_path_handler, t, "call_path_table"); in python_export_call_path()
1416 call_object(tables->call_return_handler, t, "call_return_table"); in python_export_call_return()
1444 call_object(tables->context_switch_handler, t, "context_switch"); in python_export_context_switch()
1490 call_object(handler, t, handler_name); in python_process_general_event()
1544 call_object(handler, t, handler_name); in python_process_throttle()
1584 call_object(handler, t, handler_name); in python_do_process_switch()
1634 call_object(handler, t, handler_name); in python_process_auxtrace_error()
1684 call_object(handler, t, handler_name); in process_stat()
1728 call_object(handler, t, handler_name); in python_process_stat_interval()