Home
last modified time | relevance | path

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

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