Searched refs:sched_getcpu (Results 1 – 20 of 20) sorted by relevance
| /tools/testing/selftests/powerpc/dscr/ |
| A D | dscr_sysfs_thread_test.c | 24 sched_getcpu(), val, cur_dscr); in test_thread_dscr() 30 sched_getcpu(), val, cur_dscr_usr); in test_thread_dscr()
|
| /tools/build/feature/ |
| A D | test-sched_getcpu.c | 9 return sched_getcpu(); in main()
|
| A D | Makefile | 69 test-sched_getcpu.bin \ 159 $(OUTPUT)test-sched_getcpu.bin:
|
| /tools/testing/selftests/rseq/ |
| A D | basic_test.c | 30 assert(sched_getcpu() == i); in test_cpu_pointer()
|
| A D | rseq.c | 289 cpu = sched_getcpu(); in rseq_fallback_current_cpu()
|
| /tools/perf/util/ |
| A D | cloexec.c | 30 cpu = sched_getcpu(); in perf_flag_probe()
|
| A D | util.h | 52 int sched_getcpu(void);
|
| A D | util.c | 468 int sched_getcpu(void) in sched_getcpu() function
|
| /tools/testing/selftests/ring-buffer/ |
| A D | map_test.c | 139 int cpu = sched_getcpu(); in FIXTURE_SETUP() 303 int cpu = sched_getcpu(); in TEST_F() 314 int cpu = sched_getcpu(); in TEST_F()
|
| /tools/testing/selftests/turbostat/ |
| A D | smi_aperf_mperf.py | 16 BASE_CPU = this_image.sched_getcpu()
|
| /tools/power/cpupower/utils/idle_monitor/ |
| A D | cpuidle_sysfs.c | 147 this_cpu = sched_getcpu(); in cpuidle_register()
|
| /tools/power/cpupower/utils/ |
| A D | cpupower.c | 208 base_cpu = sched_getcpu(); in main()
|
| /tools/build/ |
| A D | Makefile.feature | 99 sched_getcpu \
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | arch_timer_edge_cases.c | 852 uint32_t cur = sched_getcpu(); in next_pcpu()
|
| /tools/power/x86/x86_energy_perf_policy/ |
| A D | x86_energy_perf_policy.c | 1377 base_cpu = sched_getcpu(); in set_base_cpu()
|
| /tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 1071 int cpu = sched_getcpu(); in pin_task_to_any_cpu()
|
| /tools/perf/ |
| A D | builtin-record.c | 1550 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu()); in record__adjust_affinity() 1717 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__thread() 2340 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__start_threads()
|
| A D | Makefile.config | 494 ifeq ($(feature-sched_getcpu), 1)
|
| /tools/perf/bench/ |
| A D | numa.c | 963 cpu = sched_getcpu(); in update_curr_cpu()
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 6240 base_cpu = sched_getcpu(); in set_max_cpu_num() 8845 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
|
Completed in 67 milliseconds