Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c111 static void call_object(PyObject *handler, PyObject *args, const char *die_msg) in call_object() function
127 call_object(handler, args, handler_name); in try_call_object()
475 call_object(handler, t, handler_name); in python_process_tracepoint()
524 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel()
543 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine()
564 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread()
581 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm()
600 call_object(tables->comm_thread_handler, t, "comm_thread_table"); in python_export_comm_thread()
624 call_object(tables->dso_handler, t, "dso_table"); in python_export_dso()
647 call_object(tables->symbol_handler, t, "symbol_table"); in python_export_symbol()
[all …]