Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/pmu/
Dlib.h23 extern int bind_to_cpu(int cpu);
Dlib.c49 int bind_to_cpu(int cpu) in bind_to_cpu() function
155 FAIL_IF(bind_to_cpu(cpu)); in eat_cpu()
/tools/testing/selftests/powerpc/pmu/ebb/
Dcpu_event_vs_ebb_test.c46 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_vs_ebb()
Debb_vs_cpu_event_test.c46 FAIL_IF(bind_to_cpu(cpu)); in ebb_vs_cpu_event()
Dcpu_event_pinned_vs_ebb_test.c48 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_pinned_vs_ebb()
Dmulti_ebb_procs_test.c84 FAIL_IF(bind_to_cpu(cpu)); in multi_ebb_procs()
/tools/perf/bench/
Dnuma.c206 static cpu_set_t bind_to_cpu(int target_cpu) in bind_to_cpu() function
1155 orig_mask = bind_to_cpu(target_cpu); in worker_thread()