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