Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c927 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
968 t = tuple_new(2); in python_export_evsel()
986 t = tuple_new(3); in python_export_machine()
1005 t = tuple_new(5); in python_export_thread()
1026 t = tuple_new(5); in python_export_comm()
1047 t = tuple_new(3); in python_export_comm_thread()
1069 t = tuple_new(5); in python_export_dso()
1091 t = tuple_new(6); in python_export_symbol()
1113 t = tuple_new(2); in python_export_branch_type()
1131 t = tuple_new(24); in python_export_sample_table()
[all …]