Searched refs:comm_out_id (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Ddb-export.h63 u64 th_out_id, u64 comm_out_id,
H A Ddb-export.c563 u64 comm_out_id, comm_in_id; local
601 comm_out_id = comm_a ? comm_a->db_id : 0;
606 comm_out_id = comm_b ? comm_b->db_id : 0;
612 th_out_id, comm_out_id,
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py493 'comm_out_id bigint,'
732 ' INNER JOIN comms AS comm_out ON comm_out.id = context_switches.comm_out_id'
948 'ADD CONSTRAINT coutfk FOREIGN KEY (comm_out_id) REFERENCES comms (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):
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)
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1434 u64 th_out_id, u64 comm_out_id,
1447 tuple_set_d64(t, 5, comm_out_id);
1431 python_export_context_switch(struct db_export *dbe, u64 db_id, struct machine *machine, struct perf_sample *sample, u64 th_out_id, u64 comm_out_id, u64 th_in_id, u64 comm_in_id, int flags) argument

Completed in 101 milliseconds