Searched defs:comm_out_id (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | db-export.c | 567 u64 comm_out_id, comm_in_id; db_export__switch() local
|
| /linux/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1434 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) python_export_context_switch() argument
|