Lines Matching refs:tuple_new
922 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
963 t = tuple_new(2); in python_export_evsel()
981 t = tuple_new(3); in python_export_machine()
1000 t = tuple_new(5); in python_export_thread()
1021 t = tuple_new(5); in python_export_comm()
1042 t = tuple_new(3); in python_export_comm_thread()
1064 t = tuple_new(5); in python_export_dso()
1086 t = tuple_new(6); in python_export_symbol()
1108 t = tuple_new(2); in python_export_branch_type()
1126 t = tuple_new(24); in python_export_sample_table()
1163 t = tuple_new(3); in python_export_synth()
1196 t = tuple_new(4); in python_export_call_path()
1217 t = tuple_new(14); in python_export_call_return()
1250 t = tuple_new(9); in python_export_context_switch()