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.h22 extern int bind_to_cpu(int cpu);
Dlib.c18 int bind_to_cpu(int cpu) in bind_to_cpu() function
124 FAIL_IF(bind_to_cpu(cpu)); in eat_cpu()
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_vs_cpu_event_test.c48 FAIL_IF(bind_to_cpu(cpu)); in ebb_vs_cpu_event()
Dcpu_event_vs_ebb_test.c48 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_vs_ebb()
Dmulti_ebb_procs_test.c84 FAIL_IF(bind_to_cpu(cpu)); in multi_ebb_procs()
Dcpu_event_pinned_vs_ebb_test.c50 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_pinned_vs_ebb()
/tools/perf/bench/
Dnuma.c263 static cpu_set_t bind_to_cpu(int target_cpu) in bind_to_cpu() function
1228 orig_mask = bind_to_cpu(target_cpu); in worker_thread()