db_export_calls  1476 tools/perf/util/scripting-engines/trace-event-python.c 	PyObject *db_export_mode, *db_export_calls, *db_export_callchains;
db_export_calls  1497 tools/perf/util/scripting-engines/trace-event-python.c 	db_export_calls = PyDict_GetItemString(main_dict, perf_db_export_calls);
db_export_calls  1498 tools/perf/util/scripting-engines/trace-event-python.c 	if (db_export_calls) {
db_export_calls  1499 tools/perf/util/scripting-engines/trace-event-python.c 		ret = PyObject_IsTrue(db_export_calls);