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