Lines Matching defs:self
318 def __init__(self): argument
336 def resetlog(self): argument
339 def vprint(self, msg): argument
343 def signalHandler(self, signum, frame): argument
350 def signalHandlerInit(self): argument
362 def rootCheck(self, fatal=True): argument
371 def rootUser(self, fatal=False): argument
380 def usable(self, file, ishtml=False): argument
393 def getExec(self, cmd): argument
408 def setPrecision(self, num): argument
412 def setOutputFolder(self, value): argument
420 def setOutputFile(self): argument
429 def systemInfo(self, info): argument
448 def printSystemInfo(self, fatal=False): argument
461 def cpuInfo(self): argument
482 def initTestOutput(self, name): argument
502 def getValueList(self, value): argument
508 def setDeviceFilter(self, value): argument
510 def setCallgraphFilter(self, value): argument
512 def skipKprobes(self, value): argument
518 def setCallgraphBlacklist(self, file): argument
520 def rtcWakeAlarmOn(self): argument
530 def rtcWakeAlarmOff(self): argument
532 def initdmesg(self): argument
546 def getdmesg(self, testdata): argument
563 def listFromFile(self, file): argument
572 def addFtraceFilterFunctions(self, file): argument
577 def getFtraceFilterFunctions(self, current): argument
590 def setFtraceFilterFunctions(self, list): argument
603 def basicKprobe(self, name): argument
605 def defaultKprobe(self, name, kdata): argument
616 def kprobeColor(self, name): argument
620 def kprobeDisplayName(self, name, dataraw): argument
648 def kprobeText(self, kname, kprobe): argument
671 def addKprobes(self, output=False): argument
713 def testKprobe(self, kname, kprobe): argument
728 def setVal(self, val, file): argument
739 def fsetVal(self, val, path): argument
743 def getVal(self, file): argument
754 def fgetVal(self, path): argument
758 def cleanupFtrace(self): argument
763 def setupAllKprobes(self): argument
768 def isCallgraphFunc(self, name): argument
779 def initFtrace(self, quiet=False): argument
857 def verifyFtrace(self): argument
873 def verifyKprobes(self): argument
881 def colorText(self, str, color=31): argument
885 def writeDatafileHeader(self, filename, testdata): argument
902 def sudoUserchown(self, dir): argument
906 def outputResult(self, testdata, num=0): argument
930 def configFile(self, file): argument
939 def openlog(self, filename, mode): argument
951 def putlog(self, filename, text): argument
955 def dlog(self, text): argument
959 def flog(self, text): argument
961 def b64unzip(self, data): argument
967 def b64zip(self, data): argument
970 def platforminfo(self, cmdafter): argument
1052 def commonPrefix(self, list): argument
1064 def dictify(self, text, format): argument
1081 def cmdinfo(self, begin, debug=False): argument
1117 def testVal(self, file, fmt='basic', value=''): argument
1140 def s0ixSupport(self): argument
1149 def haveTurbostat(self): argument
1162 def turbostat(self, s0ixready): argument
1193 def netfixon(self, net='both'): argument
1201 def wifiDetails(self, dev): argument
1211 def checkWifi(self, dev=''): argument
1222 def pollWifi(self, dev, timeout=10): argument
1231 def errorSummary(self, errinfo, msg): argument
1262 def multistat(self, start, idx, finish): argument
1289 def multiinit(self, c, d): argument
1300 def displayControl(self, cmd): argument
1332 def setRuntimeSuspend(self, before=True): argument
1351 def start(self, pm): argument
1358 def stop(self, pm): argument
1381 def __init__(self): argument
1387 def out(self, dev): argument
1389 def debug(self, dev): argument
1391 def altName(self, dev): argument
1395 def xtraClass(self): argument
1401 def xtraInfo(self): argument
1413 def __init__(self, nodename, nodedepth): argument
1473 def __init__(self, num): argument
1503 def sortedPhases(self): argument
1505 def initDevicegroups(self): argument
1515 def nextPhase(self, phase, offset): argument
1521 def lastPhase(self, depth=1): argument
1526 def turbostatInfo(self): argument
1540 def extractErrorInfo(self): argument
1575 def setStart(self, time, msg=''): argument
1582 def setEnd(self, time, msg=''): argument
1589 def isTraceEventOutsideDeviceCalls(self, pid, time): argument
1598 def sourcePhase(self, start): argument
1606 def sourceDevice(self, phaselist, start, end, pid, type): argument
1630 def addDeviceFunctionCall(self, displayname, kprobename, proc, pid, start, end, cdata, rdata): argument
1680 def overflowDevices(self): argument
1690 def mergeOverlapDevices(self, devlist): argument
1707 def usurpTouchingThread(self, name, dev): argument
1721 def stitchTouchingThreads(self, testlist): argument
1731 def optimizeDevSrc(self): argument
1749 def trimTimeVal(self, t, t0, dT, left): argument
1764 def trimTime(self, t0, dT, left): argument
1807 def trimFreezeTime(self, tZero): argument
1829 def getMemTime(self): argument
1837 def getTimeValues(self): argument
1841 def setPhase(self, phase, ktime, isbegin, order=-1): argument
1870 def sortedDevices(self, phase): argument
1873 def fixupInitcalls(self, phase): argument
1884 def deviceFilter(self, devicefilter): argument
1898 def fixupInitcallsThatDidntReturn(self): argument
1902 def phaseOverlap(self, phases): argument
1917 def newActionGlobal(self, name, start, end, pid=-1, color=''): argument
1955 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument
1976 def findDevice(self, phase, name): argument
1985 def deviceChildren(self, devname, phase): argument
1992 def maxDeviceNameSize(self, phase): argument
1998 def printDetails(self): argument
2026 def deviceChildrenAllPhases(self, devname): argument
2034 def masterTopology(self, name, list, depth): argument
2044 def printTopology(self, node): argument
2067 def rootDeviceList(self): argument
2087 def deviceTopology(self): argument
2091 def selectTimelineDevices(self, widfmt, tTotal, mindevlen): argument
2103 def addHorizontalDivider(self, devname, devend): argument
2112 def addProcessUsageEvent(self, name, times): argument
2135 def createProcessUsageEvents(self): argument
2151 def handleEndMarker(self, time, msg=''): argument
2172 def initcall_debug_call(self, line, quick=False): argument
2184 def initcall_debug_return(self, line, quick=False): argument
2196 def debugPrint(self): argument
2208 def __init__(self, name, args, caller, ret, start, end, u, proc, pid, color): argument
2222 def title(self): argument
2233 def text(self): argument
2239 def repeat(self, tgt): argument
2264 def __init__(self, t, m='', d=''): argument
2340 def isCall(self): argument
2342 def isReturn(self): argument
2344 def isLeaf(self): argument
2346 def getDepth(self, str): argument
2348 def debugPrint(self, info=''): argument
2358 def startMarker(self): argument
2371 def endMarker(self): argument
2393 def __init__(self, pid, sv): argument
2405 def addLine(self, line): argument
2548 def invalidate(self, line): argument
2562 def slice(self, dev): argument
2582 def repair(self, enddepth): argument
2595 def postProcess(self): argument
2634 def deviceMatch(self, pid, data): argument
2668 def newActionFromFunction(self, data): argument
2688 def debugPrint(self, info=''): argument
2705 def __init__(self, test, phase, dev): argument
2709 def isa(self, cls): argument
2724 def __init__(self, rowheight, scaleheight): argument
2733 def createHeader(self, sv, stamp): argument
2759 def getDeviceRows(self, rawlist): argument
2800 def getPhaseRows(self, devlist, row=0, sortby='length'): argument
2873 def phaseRowHeight(self, test, phase, row): argument
2875 def phaseRowTop(self, test, phase, row): argument
2882 def calcTotalRows(self): argument
2901 def createZoomBox(self, mode='command', testcount=1): argument
2925 def createTimeScale(self, m0, mMax, tTotal, mode): argument
2986 def __init__(self): argument
2998 def setTracerType(self, tracer): argument
3006 def stampInfo(self, line, sv): argument
3040 def parseStamp(self, data, sv): argument
3104 def devprops(self, data): argument
3119 def parseDevprops(self, line, sv): argument
3127 def parsePlatformInfo(self, line, sv): argument
3150 def __init__(self, dataobj): argument
3157 def __init__(self): argument
3160 def procstat(self): argument
3196 def processMonitor(self, tid): argument
3199 def start(self): argument
3203 def stop(self): argument