Lines Matching refs:tuple_new
483 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
518 t = tuple_new(2); in python_export_evsel()
536 t = tuple_new(3); in python_export_machine()
555 t = tuple_new(5); in python_export_thread()
575 t = tuple_new(2); in python_export_comm()
593 t = tuple_new(3); in python_export_comm_thread()
615 t = tuple_new(5); in python_export_dso()
637 t = tuple_new(6); in python_export_symbol()
659 t = tuple_new(2); in python_export_branch_type()
677 t = tuple_new(21); in python_export_sample()
717 t = tuple_new(4); in python_export_call_path()
738 t = tuple_new(11); in python_export_call_return()