Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1305 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
1316 if comm_id == last_comm_id:
1324 last_comm_id = None
1336 …if last_thread_id == query.value(1) and last_comm_id is not None and last_comm_id != query.value(3…
1337 self.SelectComms(db, last_thread_id, last_comm_id, last_time, query.value(0))
1350 last_comm_id = comm_id