Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1301 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
1312 if comm_id == last_comm_id:
1320 last_comm_id = None
1332 …if last_thread_id == query.value(1) and last_comm_id is not None and last_comm_id != query.value(3…
1333 self.SelectComms(db, last_thread_id, last_comm_id, last_time, query.value(0))
1346 last_comm_id = comm_id