Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py1302 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
1313 if comm_id == last_comm_id:
1321 last_comm_id = None
1333 …if last_thread_id == query.value(1) and last_comm_id is not None and last_comm_id != query.value(3…
1334 self.SelectComms(db, last_thread_id, last_comm_id, last_time, query.value(0))
1347 last_comm_id = comm_id