Searched refs:comm_thread_id (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 404 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument 406 value = struct.pack(fmt, 3, 8, comm_thread_id, 8, comm_id, 8, thread_id)
|