Searched refs:sched_getcpu (Results 1 – 16 of 16) sorted by relevance
/linux/tools/testing/selftests/powerpc/dscr/ |
H 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()
|
/linux/tools/build/feature/ |
H A D | test-sched_getcpu.c | 9 return sched_getcpu(); in main()
|
/linux/tools/testing/selftests/ring-buffer/ |
H 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()
|
/linux/tools/testing/selftests/rseq/ |
H A D | basic_test.c | 30 assert(sched_getcpu() == i); in test_cpu_pointer()
|
H A D | rseq.c | 289 cpu = sched_getcpu(); in rseq_fallback_current_cpu() 291 perror("sched_getcpu()"); in rseq_fallback_current_cpu()
|
/linux/tools/perf/util/ |
H A D | cloexec.c | 4 #include "util.h" // for sched_getcpu() 30 cpu = sched_getcpu(); in perf_flag_probe()
|
H A D | util.h | 52 int sched_getcpu(void);
|
H A D | util.c | 468 int sched_getcpu(void) in sched_getcpu() function
|
/linux/tools/testing/selftests/turbostat/ |
H A D | smi_aperf_mperf.py | 10 # We hope to find sched_getcpu() inside ;] 16 BASE_CPU = this_image.sched_getcpu()
|
/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpuidle_sysfs.c | 147 this_cpu = sched_getcpu(); in cpuidle_register()
|
/linux/tools/power/cpupower/utils/ |
H A D | cpupower.c | 208 base_cpu = sched_getcpu(); in main()
|
/linux/tools/build/ |
H A D | Makefile.feature | 99 sched_getcpu \
|
/linux/tools/testing/selftests/kvm/arm64/ |
H A D | arch_timer_edge_cases.c | 852 uint32_t cur = sched_getcpu(); in next_pcpu()
|
/linux/tools/perf/ |
H 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()
|
/linux/tools/perf/bench/ |
H A D | numa.c | 963 cpu = sched_getcpu(); in update_curr_cpu()
|
/linux/tools/power/x86/turbostat/ |
H 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()
|