Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.c563 u64 comm_out_id, comm_in_id; in db_export__switch() local
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1111 …_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_in_id, flags, *x): argument
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1422 u64 th_in_id, u64 comm_in_id, int flags) in python_export_context_switch()