Home
last modified time | relevance | path

Searched refs:th_in_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/util/
Ddb-export.c562 u64 th_out_id, th_in_id; in db_export__switch() local
596 th_in_id = th_b_id; in db_export__switch()
601 th_in_id = th_a_id; in db_export__switch()
609 th_in_id, comm_in_id, flags); in db_export__switch()
Ddb-export.h64 u64 th_in_id, u64 comm_in_id, int flags);
/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1250 u64 th_in_id, u64 comm_in_id, int flags) in python_export_context_switch() argument
1263 tuple_set_u64(t, 6, th_in_id); in python_export_context_switch()