Lines Matching refs:tuple_new
484 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
519 t = tuple_new(2); in python_export_evsel()
537 t = tuple_new(3); in python_export_machine()
556 t = tuple_new(5); in python_export_thread()
576 t = tuple_new(2); in python_export_comm()
594 t = tuple_new(3); in python_export_comm_thread()
616 t = tuple_new(5); in python_export_dso()
638 t = tuple_new(6); in python_export_symbol()
660 t = tuple_new(2); in python_export_branch_type()
678 t = tuple_new(21); in python_export_sample()
718 t = tuple_new(4); in python_export_call_path()
739 t = tuple_new(11); in python_export_call_return()