Searched refs:t2 (Results 1 – 3 of 3) sorted by relevance
/tools/perf/tests/ |
D | thread-mg-share.c | 14 struct thread *t1, *t2, *t3; in test__thread_mg_share() local 36 t2 = machine__findnew_thread(machine, 0, 2); in test__thread_mg_share() 43 leader && t1 && t2 && t3 && other); in test__thread_mg_share() 50 TEST_ASSERT_VAL("map groups don't match", mg == t2->mg); in test__thread_mg_share() 73 thread__delete(t2); in test__thread_mg_share()
|
/tools/power/cpupower/utils/helpers/ |
D | topology.c | 39 static int __compare(const void *t1, const void *t2) in __compare() argument 42 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 735 struct pkg_data *p, struct thread_data *t2, in delta_cpu() argument 743 delta_thread(t, t2, c2); /* c2 is core delta */ in delta_cpu() 1316 struct thread_data *t, *t2; in for_all_cpus_2() local 1325 t2 = GET_THREAD(thread_base2, thread_no, core_no, pkg_no); in for_all_cpus_2() 1333 retval = func(t, c, p, t2, c2, p2); in for_all_cpus_2()
|