Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c181 static void call_object(PyObject *handler, PyObject *args, const char *die_msg) in call_object() function
197 call_object(handler, args, handler_name); in try_call_object()
920 call_object(handler, t, handler_name); in python_process_tracepoint()
922 call_object(handler, t, default_handler_name); in python_process_tracepoint()
989 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel()
1008 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine()
1029 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread()
1050 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm()
1069 call_object(tables->comm_thread_handler, t, "comm_thread_table"); in python_export_comm_thread()
1093 call_object(tables->dso_handler, t, "dso_table"); in python_export_dso()
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A DMakefile12 call_object.o \