Searched refs:exec_flag (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument 995 value = struct.pack(fmt, 5, 8, comm_id, n, comm_str, 8, thread_id, 8, time, 1, exec_flag)
|