Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c927 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
984 t = tuple_new(2); in python_export_evsel()
1002 t = tuple_new(3); in python_export_machine()
1021 t = tuple_new(5); in python_export_thread()
1042 t = tuple_new(5); in python_export_comm()
1063 t = tuple_new(3); in python_export_comm_thread()
1085 t = tuple_new(5); in python_export_dso()
1107 t = tuple_new(6); in python_export_symbol()
1129 t = tuple_new(2); in python_export_branch_type()
1147 t = tuple_new(24); in python_export_sample_table()
[all …]