Home
last modified time | relevance | path

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

/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1810 PyObject *db_export_mode, *db_export_calls, *db_export_callchains; in set_table_handlers() local
1849 db_export_callchains = PyDict_GetItemString(main_dict, in set_table_handlers()
1851 if (db_export_callchains) { in set_table_handlers()
1852 ret = PyObject_IsTrue(db_export_callchains); in set_table_handlers()