Searched refs:comm_out_id (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | db-export.c | 559 u64 comm_out_id, comm_in_id; in db_export__switch() local 597 comm_out_id = comm_a ? comm_a->db_id : 0; in db_export__switch() 602 comm_out_id = comm_b ? comm_b->db_id : 0; in db_export__switch() 608 th_out_id, comm_out_id, in db_export__switch()
|
D | db-export.h | 63 u64 th_out_id, u64 comm_out_id,
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1108 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument 1110 …ck(fmt, 9, 8, id, 8, machine_id, 8, time, 4, cpu, 8, thread_out_id, 8, comm_out_id, 8, thread_in_i…
|
/Linux-v5.4/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1244 u64 th_out_id, u64 comm_out_id, in python_export_context_switch() argument 1257 tuple_set_u64(t, 5, comm_out_id); in python_export_context_switch()
|