Home
last modified time | relevance | path

Searched refs:exec_comm_id (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1232 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument
1237 self.ordinal = str(pid).rjust(16) + str(exec_comm_id).rjust(8) + str(tid).rjust(16)
1238 self.exec_comm_id = exec_comm_id
1344 exec_comm_id = ExecComm(db, thread_id, time)
1359 return SwitchGraphDataRegion(key, exec_comm_id, pid, tid, comm, thread_id, comm_id)
2285 thread_at_time = (hregion.exec_comm_id, hregion.thread_id, time)