Home
last modified time | relevance | path

Searched refs:sched_getcpu (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_thread_test.c24 sched_getcpu(), val, cur_dscr); in test_thread_dscr()
30 sched_getcpu(), val, cur_dscr_usr); in test_thread_dscr()
/linux-6.15/tools/testing/selftests/ring-buffer/
H A Dmap_test.c139 int cpu = sched_getcpu(); in FIXTURE_SETUP()
303 int cpu = sched_getcpu(); in TEST_F()
314 int cpu = sched_getcpu(); in TEST_F()
/linux-6.15/tools/build/feature/
H A Dtest-sched_getcpu.c9 return sched_getcpu(); in main()
H A DMakefile69 test-sched_getcpu.bin \
159 $(OUTPUT)test-sched_getcpu.bin:
/linux-6.15/tools/testing/selftests/rseq/
H A Dbasic_test.c30 assert(sched_getcpu() == i); in test_cpu_pointer()
H A Drseq.c289 cpu = sched_getcpu(); in rseq_fallback_current_cpu()
/linux-6.15/tools/perf/util/
H A Dcloexec.c30 cpu = sched_getcpu(); in perf_flag_probe()
H A Dutil.h52 int sched_getcpu(void);
H A Dutil.c468 int sched_getcpu(void) in sched_getcpu() function
/linux-6.15/tools/testing/selftests/turbostat/
H A Dsmi_aperf_mperf.py16 BASE_CPU = this_image.sched_getcpu()
/linux-6.15/samples/bpf/
H A Dcpustat_user.c116 rcpu = sched_getcpu(); in cpu_stat_inject_cpu_idle_event()
/linux-6.15/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c147 this_cpu = sched_getcpu(); in cpuidle_register()
/linux-6.15/tools/power/cpupower/utils/
H A Dcpupower.c208 base_cpu = sched_getcpu(); in main()
/linux-6.15/tools/build/
H A DMakefile.feature101 sched_getcpu \
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Darch_timer_edge_cases.c855 uint32_t cur = sched_getcpu(); in next_pcpu()
881 pr_debug("Migrating from %u to %u\n", sched_getcpu(), new_pcpu); in migrate_self()
/linux-6.15/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1377 base_cpu = sched_getcpu(); in set_base_cpu()
/linux-6.15/tools/perf/
H A Dbuiltin-record.c1529 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu()); in record__adjust_affinity()
1696 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__thread()
2309 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__start_threads()
H A DMakefile.config492 ifeq ($(feature-sched_getcpu), 1)
/linux-6.15/tools/perf/bench/
H A Dnuma.c963 cpu = sched_getcpu(); in update_curr_cpu()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c5912 base_cpu = sched_getcpu(); in set_max_cpu_num()
8319 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()