Home
last modified time | relevance | path

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

/tools/perf/tests/
Dthread-mg-share.c14 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()
68 machine__remove_thread(machine, t2); in test__thread_mg_share()
85 thread__put(t2); in test__thread_mg_share()
/tools/testing/selftests/ptp/
Dtestptp.c185 int64_t t1, t2, tp; in main() local
503 t2 = pctns(pct+2*i+2); in main()
504 interval = t2 - t1; in main()
505 offset = (t2 + t1) / 2 - tp; in main()
/tools/power/cpupower/lib/
Dcpupower.c106 static int __compare(const void *t1, const void *t2) in __compare() argument
109 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare()
/tools/power/x86/turbostat/
Dturbostat.c887 struct pkg_data *p, struct thread_data *t2, in delta_cpu() argument
895 delta_thread(t, t2, c2); /* c2 is core delta */ in delta_cpu()
1822 struct thread_data *t, *t2; in for_all_cpus_2() local
1831 t2 = GET_THREAD(thread_base2, thread_no, core_no, pkg_no); in for_all_cpus_2()
1839 retval = func(t, c, p, t2, c2, p2); in for_all_cpus_2()