Searched refs:comm_in_id (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
A D | db-export.c | 557 u64 comm_out_id, comm_in_id; in db_export__switch() local 596 comm_in_id = comm_b ? comm_b->db_id : 0; in db_export__switch() 601 comm_in_id = comm_a ? comm_a->db_id : 0; in db_export__switch() 607 th_in_id, comm_in_id, flags); in db_export__switch()
|
A D | db-export.h | 64 u64 th_in_id, u64 comm_in_id, int flags);
|
/linux/tools/perf/scripts/python/ |
A D | export-to-postgresql.py | 1108 …_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_in_id, flags, *x): argument 1110 …ne_id, 8, time, 4, cpu, 8, thread_out_id, 8, comm_out_id, 8, thread_in_id, 8, comm_in_id, 4, flags)
|
/linux/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 1334 u64 th_in_id, u64 comm_in_id, int flags) in python_export_context_switch() argument 1348 tuple_set_d64(t, 7, comm_in_id); in python_export_context_switch()
|
Completed in 12 milliseconds