Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/build/feature/
H A Dtest-sched_getcpu.c9 return sched_getcpu(); in main()
H A DMakefile69 test-sched_getcpu.bin \
136 $(OUTPUT)test-sched_getcpu.bin:
/openbmc/linux/tools/testing/selftests/rseq/
H A Dbasic_test.c30 assert(sched_getcpu() == i); in test_cpu_pointer()
H A Drseq.c278 cpu = sched_getcpu(); in rseq_fallback_current_cpu()
/openbmc/linux/tools/perf/util/
H A Dcloexec.c30 cpu = sched_getcpu(); in perf_flag_probe()
H A Dutil.h56 int sched_getcpu(void);
H A Dutil.c541 int sched_getcpu(void) in sched_getcpu() function
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dlttng-platforms.inc12 # lttng-ust uses sched_getcpu() which is not there on for some platforms.
/openbmc/qemu/target/i386/tcg/
H A Dmisc_helper.c140 return sched_getcpu(); in HELPER()
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c147 this_cpu = sched_getcpu(); in cpuidle_register()
/openbmc/linux/samples/bpf/
H A Dcpustat_user.c116 rcpu = sched_getcpu(); in cpu_stat_inject_cpu_idle_event()
/openbmc/linux/tools/power/cpupower/utils/
H A Dcpupower.c208 base_cpu = sched_getcpu(); in main()
/openbmc/linux/tools/build/
H A DMakefile.feature68 sched_getcpu \
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1377 base_cpu = sched_getcpu(); in set_base_cpu()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1478 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu()); in record__adjust_affinity()
1643 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__thread()
2257 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__start_threads()
H A DMakefile.config503 ifeq ($(feature-sched_getcpu), 1)
/openbmc/linux/tools/perf/bench/
H A Dnuma.c910 cpu = sched_getcpu(); in update_curr_cpu()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c3071 base_cpu = sched_getcpu(); in set_max_cpu_num()
5551 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
6120 base_cpu = sched_getcpu(); in set_base_cpu()
/openbmc/qemu/
H A Dmeson.build2607 config_host_data.set('CONFIG_SCHED_GETCPU', cc.has_function('sched_getcpu', prefix: '#include <sche…