Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddb-export.c560 u64 th_out_id, th_in_id; in db_export__switch() local
594 th_in_id = th_b_id; in db_export__switch()
599 th_in_id = th_a_id; in db_export__switch()
607 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-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1387 u64 th_in_id, u64 comm_in_id, int flags) in python_export_context_switch() argument
1400 tuple_set_d64(t, 6, th_in_id); in python_export_context_switch()