Lines Matching refs:tuple_new
927 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()
1184 t = tuple_new(3); in python_export_synth()
1217 t = tuple_new(4); in python_export_call_path()
1238 t = tuple_new(14); in python_export_call_return()
1271 t = tuple_new(9); in python_export_context_switch()