Home
last modified time | relevance | path

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

/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()
/linux/tools/build/feature/
H A Dtest-sched_getcpu.c9 return sched_getcpu(); in main()
/linux/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/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()
291 perror("sched_getcpu()"); in rseq_fallback_current_cpu()
/linux/tools/perf/util/
H A Dcloexec.c4 #include "util.h" // for sched_getcpu()
30 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/tools/testing/selftests/turbostat/
H A Dsmi_aperf_mperf.py10 # We hope to find sched_getcpu() inside ;]
16 BASE_CPU = this_image.sched_getcpu()
/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c147 this_cpu = sched_getcpu(); in cpuidle_register()
/linux/tools/power/cpupower/utils/
H A Dcpupower.c208 base_cpu = sched_getcpu(); in main()
/linux/tools/build/
H A DMakefile.feature99 sched_getcpu \
/linux/tools/testing/selftests/kvm/arm64/
H A Darch_timer_edge_cases.c852 uint32_t cur = sched_getcpu(); in next_pcpu()
/linux/tools/perf/
H A Dbuiltin-record.c1550 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()
/linux/tools/perf/bench/
H A Dnuma.c963 cpu = sched_getcpu(); in update_curr_cpu()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6240 base_cpu = sched_getcpu(); in set_max_cpu_num()
8845 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()