Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c1087 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
1154 t = tuple_new(2); in python_export_evsel()
1172 t = tuple_new(3); in python_export_machine()
1191 t = tuple_new(5); in python_export_thread()
1212 t = tuple_new(5); in python_export_comm()
1233 t = tuple_new(3); in python_export_comm_thread()
1255 t = tuple_new(5); in python_export_dso()
1277 t = tuple_new(6); in python_export_symbol()
1299 t = tuple_new(2); in python_export_branch_type()
1317 t = tuple_new(28); in python_export_sample_table()
[all …]