Lines Matching refs:coreid
210 def getExistingCompilerForCore(benchTable,coreid): argument
211 r=c.execute(allCompilerForCore % benchTable,(coreid,)).fetchall()
221 def getCoreDesc(coreid): argument
222 r=c.execute(coreDesc,(coreid,)).fetchone()
422 def getNbElemsInBenchAndTypeAndCoreCmd(benchTable,coreid,typeid): argument
423 vals=(coreid,typeid) + runidval
434 def getNbElemsInBenchAndCoreAndCompilerCmd(benchTable,comp,coreid): argument
435 vals=(comp,coreid) + runidval
444 def getNbElemsInBenchAndCoreCmd(benchTable,coreid): argument
445 vals=(coreid,) + runidval
564 def getCompilerForHistory(benchTable,coreid,typeid,testid,runid): argument
565 vals=(coreid,typeid,testid,runid)
580 coreid=sectionID
581 compilerids=getCompilerForHistory(benchName,coreid,typeid,testid,runid)
584 result=getColNamesAndHistory(benchName,compilerid,coreid,typeid,testid)
596 for coreid,corename in coreids:
597 result=getColNamesAndHistory(benchName,compilerid,coreid,typeid,testid)