Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py94 def printerr(*args, **keyword_args): function
101printerr("Usage is: export-to-sqlite.py <database name> [<columns>] [<calls>] [<callchains>] [<pys…
102 printerr("where: columns 'all' or 'branches'");
103 printerr(" calls 'calls' => create calls and call_paths table");
104 printerr(" callchains 'callchains' => create call_paths table");
105 printerr(" pyside-version-1 'pyside-version-1' => use pyside version 1");
H A Dexport-to-postgresql.py273 def printerr(*args, **kw_args): function
280printerr("Usage is: export-to-postgresql.py <database name> [<columns>] [<calls>] [<callchains>] […
281 printerr("where: columns 'all' or 'branches'");
282 printerr(" calls 'calls' => create calls and call_paths table");
283 printerr(" callchains 'callchains' => create call_paths table");
284 printerr(" pyside-version-1 'pyside-version-1' => use pyside version 1");
H A Dexported-sql-viewer.py145 def printerr(*args, **keyword_args): function
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer170 def runcmd(cmd,destdir=None,printerr=True,out=None,env=None): argument
185 if printerr:
467 runcmd("git rm --cached %s" % conf.localconffile, printerr=False)
548 actualbranch = runcmd("git branch --contains %s" % rev, repodir, printerr=False)
607 runcmd("git checkout %s" % branch, ldir, printerr=False)
770 output = runcmd("git status --porcelain %s" % relpath, printerr=False)