Searched refs:th_b_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 558 u64 th_a_id = 0, th_b_id = 0; in db_export__switch() local 579 err = db_export__pid_tid(dbe, machine, pid, tid, &th_b_id, in db_export__switch() 589 if ((!th_a_id || is_idle_a) && (!th_b_id || is_idle_b)) in db_export__switch() 596 th_in_id = th_b_id; in db_export__switch() 600 th_out_id = th_b_id; in db_export__switch()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 562 u64 th_a_id = 0, th_b_id = 0; in db_export__switch() local 583 err = db_export__pid_tid(dbe, machine, pid, tid, &th_b_id, in db_export__switch() 593 if ((!th_a_id || is_idle_a) && (!th_b_id || is_idle_b)) in db_export__switch() 600 th_in_id = th_b_id; in db_export__switch() 604 th_out_id = th_b_id; in db_export__switch()
|
Completed in 3 milliseconds