Searched refs:thread_out_id (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 492 'thread_out_id bigint,' 730 ' INNER JOIN threads AS th_out ON th_out.id = context_switches.thread_out_id' 946 'ADD CONSTRAINT toutfk FOREIGN KEY (thread_out_id) REFERENCES threads (id),' 1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_in_id, flags, *x): argument 1113 value = struct.pack(fmt, 9, 8, id, 8, machine_id, 8, time, 4, cpu, 8, thread_out_id, 8, comm_out_id, 8, thread_in_id, 8, comm_in_id, 4, flags)
|