Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c897 PyObject *db_export_mode, *db_export_calls; in set_table_handlers() local
916 db_export_calls = PyDict_GetItemString(main_dict, perf_db_export_calls); in set_table_handlers()
917 if (db_export_calls) { in set_table_handlers()
918 ret = PyObject_IsTrue(db_export_calls); in set_table_handlers()