Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/powerpc/dscr/
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.12.1/tools/testing/selftests/ring-buffer/
Dmap_test.c139 int cpu = sched_getcpu(); in FIXTURE_SETUP()
297 int cpu = sched_getcpu(); in TEST_F()
308 int cpu = sched_getcpu(); in TEST_F()
/linux-6.12.1/tools/build/feature/
Dtest-sched_getcpu.c9 return sched_getcpu(); in main()
DMakefile71 test-sched_getcpu.bin \
161 $(OUTPUT)test-sched_getcpu.bin:
/linux-6.12.1/tools/testing/selftests/rseq/
Dbasic_test.c30 assert(sched_getcpu() == i); in test_cpu_pointer()
Drseq.c260 cpu = sched_getcpu(); in rseq_fallback_current_cpu()
/linux-6.12.1/tools/perf/util/
Dcloexec.c30 cpu = sched_getcpu(); in perf_flag_probe()
Dutil.h57 int sched_getcpu(void);
Dutil.c547 int sched_getcpu(void) in sched_getcpu() function
/linux-6.12.1/tools/testing/selftests/turbostat/
Dsmi_aperf_mperf.py16 BASE_CPU = this_image.sched_getcpu()
/linux-6.12.1/tools/power/cpupower/utils/idle_monitor/
Dcpuidle_sysfs.c147 this_cpu = sched_getcpu(); in cpuidle_register()
/linux-6.12.1/samples/bpf/
Dcpustat_user.c116 rcpu = sched_getcpu(); in cpu_stat_inject_cpu_idle_event()
/linux-6.12.1/tools/power/cpupower/utils/
Dcpupower.c208 base_cpu = sched_getcpu(); in main()
/linux-6.12.1/tools/build/
DMakefile.feature69 sched_getcpu \
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
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.12.1/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1377 base_cpu = sched_getcpu(); in set_base_cpu()
/linux-6.12.1/tools/perf/
Dbuiltin-record.c1526 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu()); in record__adjust_affinity()
1693 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__thread()
2306 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__start_threads()
DMakefile.config507 ifeq ($(feature-sched_getcpu), 1)
/linux-6.12.1/tools/perf/bench/
Dnuma.c910 cpu = sched_getcpu(); in update_curr_cpu()
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c5622 base_cpu = sched_getcpu(); in set_max_cpu_num()
7974 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()