Lines Matching refs:call_object

177 static void call_object(PyObject *handler, PyObject *args, const char *die_msg)  in call_object()  function
193 call_object(handler, args, handler_name); in try_call_object()
912 call_object(handler, t, handler_name); in python_process_tracepoint()
914 call_object(handler, t, default_handler_name); in python_process_tracepoint()
959 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel()
978 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine()
999 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread()
1016 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm()
1035 call_object(tables->comm_thread_handler, t, "comm_thread_table"); in python_export_comm_thread()
1059 call_object(tables->dso_handler, t, "dso_table"); in python_export_dso()
1082 call_object(tables->symbol_handler, t, "symbol_table"); in python_export_symbol()
1100 call_object(tables->branch_type_handler, t, "branch_type_table"); in python_export_branch_type()
1138 call_object(tables->sample_handler, t, "sample_table"); in python_export_sample()
1161 call_object(tables->call_path_handler, t, "call_path_table"); in python_export_call_path()
1189 call_object(tables->call_return_handler, t, "call_return_table"); in python_export_call_return()
1233 call_object(handler, t, handler_name); in python_process_general_event()
1303 call_object(handler, t, handler_name); in process_stat()
1351 call_object(handler, t, handler_name); in python_process_stat_interval()