Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c483 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()
[all …]