Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c919 static PyObject *tuple_new(unsigned int sz) in tuple_new() function
954 t = tuple_new(2); in python_export_evsel()
972 t = tuple_new(3); in python_export_machine()
991 t = tuple_new(5); in python_export_thread()
1011 t = tuple_new(2); in python_export_comm()
1029 t = tuple_new(3); in python_export_comm_thread()
1051 t = tuple_new(5); in python_export_dso()
1073 t = tuple_new(6); in python_export_symbol()
1095 t = tuple_new(2); in python_export_branch_type()
1113 t = tuple_new(22); in python_export_sample()
[all …]