Lines Matching refs:pid
270 def isTraceEventOutsideDeviceCalls(self, pid, time): argument
275 if(d['pid'] == pid and time >= d['start'] and
279 def addIntraDevTraceEvent(self, action, name, pid, time): argument
296 if(d['pid'] == pid and time >= d['start'] and
305 def capIntraDevTraceEvent(self, action, name, pid, time): argument
310 if(d['pid'] == pid and time >= d['start'] and
466 pid = list[name]['pid']
467 if(name not in filter and pid >= 0):
490 def newAction(self, phase, name, pid, parent, start, end, drv): argument
498 list[name] = {'start': start, 'end': end, 'pid': pid, 'par': parent,
1101 pid = int(m_pid)
1193 if(data.isTraceEventOutsideDeviceCalls(pid, t.time)):
1207 data.addIntraDevTraceEvent('', name, pid, t.time)
1209 data.capIntraDevTraceEvent('', name, pid, t.time)
1213 if(pid not in testrun[testidx].ftemp):
1214 testrun[testidx].ftemp[pid] = []
1215 testrun[testidx].ftemp[pid].append(FTraceCallGraph())
1217 cg = testrun[testidx].ftemp[pid][-1]
1219 testrun[testidx].ftemp[pid].append(FTraceCallGraph())
1238 for pid in test.ftemp:
1239 for cg in test.ftemp[pid]:
1241 id = 'task %s cpu %s' % (pid, m.group('cpu'))
1253 if(pid == dev['pid'] and
1341 pid = int(m_pid)
1454 if(data.isTraceEventOutsideDeviceCalls(pid, t.time)):
1473 data.addIntraDevTraceEvent('', name, pid, t.time)
1475 data.capIntraDevTraceEvent('', name, pid, t.time)
1486 data.newAction(phase, n, pid, p, t.time, -1, drv)
1504 if(pid not in testrun.ftemp):
1505 testrun.ftemp[pid] = []
1506 testrun.ftemp[pid].append(FTraceCallGraph())
1508 cg = testrun.ftemp[pid][-1]
1510 testrun.ftemp[pid].append(FTraceCallGraph())
1533 for pid in test.ftemp:
1534 for cg in test.ftemp[pid]:
1538 id = 'task %s cpu %s' % (pid, m.group('cpu'))
1549 if(pid == dev['pid'] and
1562 if(pid == dev['pid'] and