Searched refs:dbname (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/perf/scripts/python/bin/ |
H A D | export-to-postgresql-report | 17 dbname=$1 22 dbname=$1 26 dbname=$1 29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
|
H A D | export-to-sqlite-report | 17 dbname=$1 22 dbname=$1 26 dbname=$1 29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-sqlite.py $dbname $columns $calls
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | __init__.py | 19 dbname, argument 34 return DatabaseEngine(dbname, sync) 39 return DatabaseEngine(dbname, db_username, db_password) 43 if "://" in dbname:
|
H A D | sqlite.py | 113 def __init__(self, dbname, sync): argument 114 self.dbname = dbname 119 db = sqlite3.connect(self.dbname) 175 return Database(logger, self.dbname, self.sync) 179 def __init__(self, logger, dbname, sync): argument 180 self.dbname = dbname 183 self.db = sqlite3.connect(self.dbname)
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | am300epd.c | 111 char dbname[8]; in am300_init_gpio_regs() local 124 sprintf(dbname, "DB%d", i); in am300_init_gpio_regs() 125 err = gpio_request(i, dbname); in am300_init_gpio_regs()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 111 dbname = sys.argv[1] variable 147 f = open(dbname) 154 raise Exception(dbname + " already exists") 157 db.setDatabaseName(dbname)
|
H A D | export-to-postgresql.py | 290 dbname = sys.argv[1] variable 312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data" 327 do_query(query, 'CREATE DATABASE ' + dbname) 335 db.setDatabaseName(dbname) 755 conn = PQconnectdb(toclientstr("dbname = " + dbname))
|
H A D | exported-sql-viewer.py | 2422 db, dbname = glb.dbref.Open(conn_name) 2541 self.db, dbname = dbref.Open(conn_name) 4613 self.setWindowTitle("Exported SQL Viewer: " + glb.dbname) 4781 def __init__(self, dbref, db, dbname): argument 4784 self.dbname = dbname 4942 def __init__(self, is_sqlite3, dbname): argument 4944 self.dbname = dbname 4953 dbname = self.dbname 4958 opts = dbname.split() 4971 dbname = opt[1] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/ |
H A D | soci_4.0.3.bb | 13 -DSOCI_TEST_POSTGRESQL_CONNSTR:STRING="dbname=soci_test" \
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |