Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Ddb-export.c558 u64 th_a_id = 0, th_b_id = 0; in db_export__switch() local
571 &th_a_id, &comm_a, &is_idle_a); in db_export__switch()
589 if ((!th_a_id || is_idle_a) && (!th_b_id || is_idle_b)) in db_export__switch()
595 th_out_id = th_a_id; in db_export__switch()
601 th_in_id = th_a_id; in db_export__switch()