Searched refs:exec_comm_id (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1239 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument 1244 self.ordinal = str(pid).rjust(16) + str(exec_comm_id).rjust(8) + str(tid).rjust(16) 1245 self.exec_comm_id = exec_comm_id 1351 exec_comm_id = ExecComm(db, thread_id, time) 1366 return SwitchGraphDataRegion(key, exec_comm_id, pid, tid, comm, thread_id, comm_id) 2292 thread_at_time = (hregion.exec_comm_id, hregion.thread_id, time)
|