Searched refs:debugfuncs (Results 1 – 1 of 1) sorted by relevance
132 debugfuncs = [] variable in SystemValues325 if len(self.debugfuncs) > 0:326 for i in self.debugfuncs:494 if len(self.debugfuncs) < 1 and self.suspendmode == 'command':496 if name in self.debugfuncs:523 if(not self.usecallgraph or len(self.debugfuncs) > 0):548 if len(self.debugfuncs) > 0:549 self.setFtraceFilterFunctions(self.debugfuncs)4285 if (sysvals.usecallgraph and len(sysvals.debugfuncs) > 0) or len(sysvals.kprobes) > 0:4289 if sysvals.usecallgraph and len(sysvals.debugfuncs) > 0:[all …]