Home
last modified time | relevance | path

Searched defs:comm_out_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/util/
Ddb-export.c559 u64 comm_out_id, comm_in_id; in db_export__switch() local
/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py1108 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1249 u64 th_out_id, u64 comm_out_id, in python_export_context_switch()